Skip to content
Zed

TempoGraph for Zed

io.github.elmoaid/tempograph

Code graph context engine with 24 MCP tools. 170+ languages via tree-sitter.

client:Zed transport:stdio runtime:pypi

Install TempoGraph in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tempograph": {
      "command": "uvx",
      "args": [
        "tempograph"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

TempoGraph in other clients