bridgeguard mcp for Cursor
io.github.kota1026/bridgeguard-mcp
BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...
client:Cursor
transport:stdio
runtime:npm
Install bridgeguard mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bridgeguard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bridgeguard-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs