vallt for Cursor
io.github.ptriato/vallt
API credential manager for Claude Code. Connect services, store keys in keychain, monitor health.
client:Cursor
transport:stdio
runtime:npm
Install vallt in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vallt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vallt/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs