Skip to content
Grok

shadow-mcp for Grok

io.github.saagpatel/shadow-mcp

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

client:Grok transport:stdio runtime:pypi

Install shadow-mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

shadow-mcp in other clients