Loading MCP server directory, please wait...
Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend
npx @getmcp/cli add io.github.joepangallo/mcp-audit-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AGENT_SECURITY_API_KEYAPI key for the managed hosted audit backend
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.joepangallo/mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
],
"env": {
"AGENT_SECURITY_API_KEY": "",
"AGENT_SECURITY_BASE_URL": ""
}
}
}
}