Scan, enumerate, and risk-score every MCP server configured on your machine.
claude mcp add mcp-audit -- uvx mcp-audits
claude_desktop_config.json
{
"mcpServers": {
"mcp-audit": {
"command": "uvx",
"args": [
"mcp-audits"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-audit": {
"command": "uvx",
"args": [
"mcp-audits"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-audit": {
"command": "uvx",
"args": [
"mcp-audits"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-audit": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-audits"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-audit": {
"command": "uvx",
"args": [
"mcp-audits"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.saagpatel--mcp-audit/reviews or the review_server meta-tool.
POST /mcp