Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend
claude mcp add mcp-audit-server -- npx -y ledd-mcp-audit-server
claude_desktop_config.json
{
"mcpServers": {
"mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-audit-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.joepangallo--mcp-audit-server/reviews or the review_server meta-tool.
POST /mcp