@clavisagent/mcp-server
v0.1.2
Published
MCP server for secure credential management. Handles encrypted storage, auto token refresh, and rate limiting for Claude Desktop and AI agents.
Maintainers
Readme
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-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 |
|---|---|
| get_credentials | Retrieve a valid access token or API key for a named service |
| list_services | List all services with stored credentials |
| check_credential_status | Check the status and expiry of credentials for a service |
License
MIT
