time tools mcp for Zed
io.github.mrfentmen/time-tools-mcp
Convert timestamps, compute date differences, and format durations locally. No network and no key.
client:Zed
transport:stdio
runtime:npm
Install time tools mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"time-tools-mcp": {
"command": "npx",
"args": [
"-y",
"time-tools-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs