mcp-audit for Cursor
io.github.firatmio/mcp-audit-proxy
Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.
client:Cursor
transport:stdio
runtime:npm
Install mcp-audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-audit-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-audit-proxy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs