clavis for Cursor
io.github.kn0wbot/clavis
Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.
client:Cursor
transport:stdio
runtime:npm
Install clavis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clavis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clavisagent/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs