PluginBench
MCP Server

shadow-mcp MCP Server

io.github.saagpatel/shadow-mcp

What is the shadow-mcp MCP server?

Local MCP server that inventories and risk-grades MCP servers configured on this machine.

How to install shadow-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shadow-mcp": {
      "command": "uvx",
      "args": [
        "shadow-mcp",
        "mcp-serve"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "shadow-mcp": {
      "command": "uvx",
      "args": [
        "shadow-mcp",
        "mcp-serve"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "shadow-mcp": {
      "command": "uvx",
      "args": [
        "shadow-mcp",
        "mcp-serve"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "shadow-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shadow-mcp",
        "mcp-serve"
      ]
    }
  }
}
Claude Code
claude mcp add shadow-mcp -- uvx shadow-mcp mcp-serve

Related MCP servers

Scan, enumerate, and risk-score every MCP server configured on your machine.

View repository →

Check the danger grade of any public MCP server before you connect.

View repository →

Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.

View repository →

Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.

View repository →

Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View repository →