Skip to content
Cursor

green mcp for Cursor

io.github.rlawogh1005/green-mcp

Measure a program's CPU energy and LLM tokens, then refactor it cheaper. Measure, never estimate.

client:Cursor transport:stdio runtime:pypi

Install green mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "green-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "green-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

green mcp in other clients