MCP Server
io.github.joepangallo/mcp-audit-server MCP Server
io.github.joepangallo/mcp-audit-server
What is the io.github.joepangallo/mcp-audit-server MCP server?
Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend
How to install io.github.joepangallo/mcp-audit-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AGENT_SECURITY_API_KEYrequiredsecretAPI key for the managed hosted audit backend
AGENT_SECURITY_BASE_URLOptional HTTPS API origin for self-hosted or private deployments
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
],
"env": {
"AGENT_SECURITY_API_KEY": "<YOUR_AGENT_SECURITY_API_KEY>",
"AGENT_SECURITY_BASE_URL": "<YOUR_AGENT_SECURITY_BASE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
],
"env": {
"AGENT_SECURITY_API_KEY": "<YOUR_AGENT_SECURITY_API_KEY>",
"AGENT_SECURITY_BASE_URL": "<YOUR_AGENT_SECURITY_BASE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
],
"env": {
"AGENT_SECURITY_API_KEY": "<YOUR_AGENT_SECURITY_API_KEY>",
"AGENT_SECURITY_BASE_URL": "<YOUR_AGENT_SECURITY_BASE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-audit-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
],
"env": {
"AGENT_SECURITY_API_KEY": "<YOUR_AGENT_SECURITY_API_KEY>",
"AGENT_SECURITY_BASE_URL": "<YOUR_AGENT_SECURITY_BASE_URL>"
}
}
}
}Claude Code
claude mcp add mcp-audit-server --env AGENT_SECURITY_API_KEY=<YOUR_AGENT_SECURITY_API_KEY> --env AGENT_SECURITY_BASE_URL=<YOUR_AGENT_SECURITY_BASE_URL> -- npx -y ledd-mcp-audit-serverRelated MCP servers
Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
View repository →AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
View repository →Track AI agent fleet performance, costs, anomalies, and trends.
View repository →Submit URLs to Google and Bing for indexing, scan sitemaps, check index status.
View repository →Scored trend intelligence from HN, Reddit, ArXiv, and GitHub.
View repository →Scan websites for security vulnerabilities, headers, TLS, and email security.
View repository →