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
{
"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