Vault MCP for Cursor
io.github.chill-ai-space/vault
MCP server for credential isolation — bots use passwords and API keys without seeing them
client:Cursor
transport:stdio
runtime:npm
Install Vault MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chillai-vault-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs