vaultguard mcp for Cursor
io.github.kota1026/vaultguard-mcp
VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....
client:Cursor
transport:stdio
runtime:npm
Install vaultguard mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vaultguard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vaultguard-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs