clavis-mcp-server
by KN0WBOT
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
Related MCP server: Agentic Vault
Installation
npx @clavisagent/mcp-serverOr install globally:
npm install -g @clavisagent/mcp-serverUsage 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-serverAvailable Tools
Tool | Description |
| Retrieve a valid access token or API key for a named service |
| List all services with stored credentials |
| Check the status and expiry of credentials for a service |
License
MIT
This server cannot be installed
Maintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KN0WBOT/clavis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server