Skip to content
Cursor

runtime support mcp for Cursor

io.github.mrfentmen/runtime-support-mcp

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

client:Cursor transport:stdio runtime:npm

Install runtime support mcp in Cursor

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

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

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

runtime support mcp in other clients