green mcp for Zed
io.github.rlawogh1005/green-mcp
Measure a program's CPU energy and LLM tokens, then refactor it cheaper. Measure, never estimate.
client:Zed
transport:stdio
runtime:pypi
Install green mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"green-mcp": {
"command": "uvx",
"args": [
"green-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs