mcp audit server for Cursor
io.github.joepangallo/mcp-audit-server
Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend
client:Cursor
transport:stdio
runtime:npm
Install mcp audit server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-audit-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
],
"env": {
"AGENT_SECURITY_API_KEY": "<AGENT_SECURITY_API_KEY>",
"AGENT_SECURITY_BASE_URL": "<AGENT_SECURITY_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs