Skip to content

runtime support mcp for Zed

io.github.mrfentmen/runtime-support-mcp

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

client:Zed transport:stdio runtime:npm

Install runtime support mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "runtime-support-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "runtime-support-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

runtime support mcp in other clients