timesheet mcp for Zed
io.github.timesheetio/timesheet-mcp
timesheet.io MCP server - manage timers, projects, tasks and reports
client:Zed
transport:stdio
runtime:npm
Install timesheet mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"timesheet-mcp": {
"command": "npx",
"args": [
"-y",
"@timesheet/mcp"
],
"env": {
"TIMESHEET_API_TOKEN": "<TIMESHEET_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs