← Back to Plugins
MCP Server MCP

io.github.frozo-ai/edgegate-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "edgegate-mcp",
      "version": "0.19.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "EdgeGate API key. Generate one at https://edgegate.frozo.ai/workspace/<id>/settings#api-keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EDGEGATE_API_KEY"
        },
        {
          "description": "EdgeGate API base URL. Defaults to the hosted API; override only for self-hosted deployments.",
          "format": "string",
          "default": "https://edgegateapi.frozo.ai",
          "name": "EDGEGATE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...