MCP Audit Server
Rank #12,503io.github.joepangallo/mcp-audit-server
Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend
MCP Audit Server is a Model Context Protocol (MCP) server published by joepangallo. It ranks #12,503 of 115,591 servers tracked on MCP Toplist. MCP Audit Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 103,088 of 115,591 servers on MCP Toplist.
Use MCP Audit Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-audit-server -e "AGENT_SECURITY_API_KEY=<your AGENT_SECURITY_API_KEY>" -e "AGENT_SECURITY_BASE_URL=<your AGENT_SECURITY_BASE_URL>" -- npx -y ledd-mcp-audit-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-audit-server]
command = "npx"
args = ["-y", "ledd-mcp-audit-server"]
[mcp_servers.mcp-audit-server.env]
AGENT_SECURITY_API_KEY = "<your AGENT_SECURITY_API_KEY>"
AGENT_SECURITY_BASE_URL = "<your AGENT_SECURITY_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.joepangallo%2Fmcp-audit-server)<a href="https://mcptoplist.com/server/io.github.joepangallo%2Fmcp-audit-server"><img src="https://mcptoplist.com/badge/io.github.joepangallo%2Fmcp-audit-server.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
joepangallo
Other servers by joepangallo
- Web Recon Agent#1,378 · 2 vers
- MCP Server Research Signals#1,477 · 3 vers
- MCP Server Indexforge#1,507 · 2 vers
- MCP Server Security Audit#2,114 · 2 vers
- MCP Server Agent Analytics#4,802 · 2 vers
- Agent Pay#26,896 · 8 vers
- Cloud Agent#35,341 · 4 vers
- image-delta-mcp#108,535
Available versions (6)
| Version | Published |
|---|---|
| 3.0.1 | Aug 23, 2026 |
| 2.1.0 | Mar 25, 2026 |
| 2.0.4 | Mar 23, 2026 |
| 2.0.3 | Mar 21, 2026 |
| 2.0.2 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Audit Server?
- MCP Audit Server is maintained by joepangallo, which publishes 12 MCP servers (29 total versions) tracked on MCP Toplist.
- Is MCP Audit Server listed on the Official MCP Registry?
- Yes — MCP Audit Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Audit Server have?
- MCP Toplist tracks 6 versions of MCP Audit Server, most recently published on Aug 23, 2026.
- Where can I find the source code for MCP Audit Server?
- The source code for MCP Audit Server is hosted at github.com/joepangallo/mcp-audit-server.