← Index

io.github.lucatrevisanii/colpero-mcp

io.github.lucatrevisanii/colpero-mcp·v0.0.2·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "colpero-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colpero/mcp"
      ],
      "env": {
        "COLPERO_API_BASE": "<colpero_api_base>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "colpero-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colpero/mcp"
      ],
      "env": {
        "COLPERO_API_BASE": "<colpero_api_base>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @colpero/mcp
§02  Environment variables
COLPERO_API_BASE

Override the Colpero spatial-api base URL (defaults to the hosted Railway deployment).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other