exergynet for VS Code
io.github.ezumba/exergynet
Read-only ExergyNet MCP lookups and compute-cost estimates; write settlement is disabled.
client:VS Code
transport:stdio
runtime:npm
Install exergynet in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rpc-url",
"description": "RPC_URL",
"password": true
}
],
"servers": {
"exergynet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"exergynet-mcp-server"
],
"env": {
"RPC_URL": "${input:rpc-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs