colpero mcp for VS Code
io.github.lucatrevisanii/colpero-mcp
Query, navigate, and verify scenes on the Colpero spatial network from any MCP client.
client:VS Code
transport:stdio
runtime:npm
Install colpero mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "colpero-api-base",
"description": "COLPERO_API_BASE",
"password": true
}
],
"servers": {
"colpero-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@colpero/mcp"
],
"env": {
"COLPERO_API_BASE": "${input:colpero-api-base}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs