Skip to content
Cursor

shadow-mcp for Cursor

io.github.saagpatel/shadow-mcp

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

client:Cursor transport:stdio runtime:pypi

Install shadow-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "shadow-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shadow-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

shadow-mcp in other clients