Skip to content
VS Code

runtime support mcp for VS Code

io.github.mrfentmen/runtime-support-mcp

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

client:VS Code transport:stdio runtime:npm

Install runtime support mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "runtime-support-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "runtime-support-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

runtime support mcp in other clients