MCPVault for Cursor
io.github.coburn2716/mcpvault
Search evidence-labelled MCP servers with freshness, install, compatibility and verification data.
client:Cursor
transport:stdio
runtime:npm
Install MCPVault in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpvault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcpvault-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs