Eco Router for VS Code
io.github.stevensu04/eco-router-mcp
Rank AWS, Google Cloud and Azure regions by grid carbon intensity and latency.
client:VS Code
transport:stdio
runtime:npm
Install Eco Router in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "electricity-maps-api-token",
"description": "ELECTRICITY_MAPS_API_TOKEN",
"password": true
}
],
"servers": {
"eco-router-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"eco-router-mcp"
],
"env": {
"ELECTRICITY_MAPS_API_TOKEN": "${input:electricity-maps-api-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs