MCP Gateway Scan for Cursor
io.github.willianpinho/mcp-gateway-scan
Read-only MCP/agent-gateway readiness scanner — scores a repo across 7 security dimensions.
client:Cursor
transport:stdio
runtime:npm
Install MCP Gateway Scan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gateway-scan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-gateway-scan"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs