Catalog
Colpero MCP
Officialby lucatrevisanii
Query, navigate, and verify scenes on the Colpero spatial network from any MCP client.
Queries and navigates scenes on the Colpero spatial network.
README not available yet.
Install
Configuration
Environment variables
COLPERO_API_BASEOverride the Colpero spatial-api base URL (defaults to the hosted Railway deployment).
claude_desktop_config.json
{
"mcpServers": {
"colpero-mcp": {
"command": "npx",
"args": [
"-y",
"@colpero/mcp@0.0.2"
],
"env": {
"COLPERO_API_BASE": "<YOUR_COLPERO_API_BASE>"
}
}
}
}