Skip to content
Zed

tempo api mcp for Zed

io.github.chrischall/tempo-api-mcp

Tempo time-tracking for Claude — worklogs, plans, and timesheet approvals

client:Zed transport:stdio runtime:npm

Install tempo api mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tempo-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "env": {
        "TEMPO_API_TOKEN": "<TEMPO_API_TOKEN>"
      }
    }
  }
}

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

tempo api mcp in other clients