mcp-audit
Rank #5,045io.github.saagpatel/mcp-audit
Scan, enumerate, and risk-score every MCP server configured on your machine.
mcp-audit is a Model Context Protocol (MCP) server published by saagpatel. It ranks #5,045 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. mcp-audit is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jun 7, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 110,415 of 115,460 servers on MCP Toplist.
Use mcp-audit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-audit -- uvx mcp-audits serve[mcp_servers.mcp-audit]
command = "uvx"
args = ["mcp-audits", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-audit": {
"command": "uvx",
"args": [
"mcp-audits",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-audit": {
"command": "uvx",
"args": [
"mcp-audits",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-audit": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-audits",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-audit": {
"command": "uvx",
"args": [
"mcp-audits",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-audit": {
"command": "uvx",
"args": [
"mcp-audits",
"serve"
]
}
}
}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.saagpatel%2Fmcp-audit)<a href="https://mcptoplist.com/server/io.github.saagpatel%2Fmcp-audit"><img src="https://mcptoplist.com/badge/io.github.saagpatel%2Fmcp-audit.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
saagpatel
Other servers by saagpatel
- mcp-trust#12,404 · 1 ver
- operant-mcp#12,529 · 1 ver
- saagarpatel.dev Portfolio#17,573 · 1 ver
- mcpforge#17,886 · 1 ver
- shadow-mcp#31,150 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 2.7.0 | Aug 16, 2026 |
| 2.5.0 | Aug 5, 2026 |
| 2.2.3 | Jun 28, 2026 |
Frequently asked questions
- Who maintains mcp-audit?
- mcp-audit is maintained by saagpatel, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is mcp-audit listed on the Official MCP Registry?
- Yes — mcp-audit is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-audit have?
- MCP Toplist tracks 3 versions of mcp-audit, most recently published on Aug 16, 2026.
- Where can I find the source code for mcp-audit?
- The source code for mcp-audit is hosted at github.com/saagpatel/MCPAudit.