pgiq mcp for VS Code
io.github.powergridiq/pgiq-mcp
PGIQ Rating as agent tools for siting large electricity loads across 67 power markets.
client:VS Code
transport:stdio
runtime:npm
Install pgiq mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "pgiq-key",
"description": "PGIQ_KEY",
"password": true
}
],
"servers": {
"pgiq-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pgiq-mcp"
],
"env": {
"PGIQ_KEY": "${input:pgiq-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs