Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.
claude mcp add clavis -- npx -y @clavisagent/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"clavis": {
"command": "npx",
"args": [
"-y",
"@clavisagent/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"clavis": {
"command": "npx",
"args": [
"-y",
"@clavisagent/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"clavis": {
"command": "npx",
"args": [
"-y",
"@clavisagent/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"clavis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clavisagent/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"clavis": {
"command": "npx",
"args": [
"-y",
"@clavisagent/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.KN0WBOT--clavis/reviews or the review_server meta-tool.
POST /mcp