Skip to content
Grok

runtime support mcp for Grok

io.github.mrfentmen/runtime-support-mcp

Summarize runtime declarations across local manifests and CI files without returning versions,...

client:Grok transport:stdio runtime:npm

Install runtime support mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "runtime-support-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "runtime-support-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

runtime support mcp in other clients