MCP Hub
Back to servers

clavis

Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.

Registry
Updated
Apr 11, 2026

Quick Install

npx -y @clavisagent/mcp-server

Clavis MCP Server

Secure credential management for Claude Desktop and MCP servers.

Features

  • 🔐 Encrypted credential storage (AES-256)
  • 🔄 Automatic OAuth token refresh
  • ⚡ Distributed rate limiting
  • 📊 Full audit logging

Installation

npx @clavisagent/mcp-server

Or install globally:

npm install -g @clavisagent/mcp-server

Usage with Claude Desktop

Add the following to your Claude Desktop configuration file (claude_desktop_config.json):

{
  "mcpServers": {
    "clavis": {
      "command": "npx",
      "args": ["-y", "@clavisagent/mcp-server"]
    }
  }
}

Usage with Claude Code

claude mcp add clavis -- npx -y @clavisagent/mcp-server

Available Tools

ToolDescription
get_credentialsRetrieve a valid access token or API key for a named service
list_servicesList all services with stored credentials
check_credential_statusCheck the status and expiry of credentials for a service

License

MIT

Reviews

No reviews yet

Sign in to write a review