TaskTime Pro for Zed
pro.tasktime/agent-bridge
First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.
client:Zed
transport:stdio
runtime:npm
Install TaskTime Pro in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-bridge": {
"command": "npx",
"args": [
"-y",
"@tasktimepro/agent-bridge"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs