mcpwatch for Cursor
io.github.lazymac2x/mcpwatch
Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.
client:Cursor
transport:stdio
runtime:npm
Install mcpwatch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpwatch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcpwatch-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs