Skip to content
Cursor

edgegate mcp for Cursor

io.github.frozo-ai/edgegate-mcp

Regression-test AI models on real Snapdragon and Jetson hardware, with signed evidence for CI.

client:Cursor transport:stdio runtime:npm

Install edgegate mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "edgegate-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "edgegate-mcp"
      ],
      "env": {
        "EDGEGATE_API_KEY": "<EDGEGATE_API_KEY>",
        "EDGEGATE_API_URL": "<EDGEGATE_API_URL>"
      }
    }
  }
}

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

edgegate mcp in other clients