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