← Back to Plugins
MCP Server MCP

io.github.lucatrevisanii/colpero-mcp

github By github 👁 1 views ▲ 0 votes

Query, navigate, and verify scenes on the Colpero spatial network from any MCP client.

Homepage Verified source GitHub

Install

npx -y @colpero/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@colpero/mcp",
      "version": "0.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the Colpero spatial-api base URL (defaults to the hosted Railway deployment).",
          "format": "string",
          "name": "COLPERO_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...