π
io.github.KN0WBOT/clavis
Encrypted credential vault for AI agents β auto OAuth refresh, rate limiting, audit logging.
0 installs
Trust: 37 β Low
Security
Ask AI about io.github.KN0WBOT/clavis
Powered by Claude Β· Grounded in docs
I know everything about io.github.KN0WBOT/clavis. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
| 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
