energyatit for Windsurf
io.github.kasathur/energyatit
Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters.
client:Windsurf
transport:stdio
runtime:npm
Install energyatit in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"energyatit": {
"command": "npx",
"args": [
"-y",
"energyatit-mcp-server"
],
"env": {
"ENERGYATIT_API_KEY": "<ENERGYATIT_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs