mcp config audit for Cursor
io.github.jmshinhwa/mcp-config-audit
Audit one mcp.json for what an agent config gives away — inline API keys, unpinned npx launches, pla
client:Cursor
transport:stdio
runtime:npm
Install mcp config audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-config-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/mcp-config-audit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs