NIRA Temporal MCP for Zed
io.github.pachote/nira-temporal
Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules
client:Zed
transport:stdio
runtime:pypi
Install NIRA Temporal MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<NIRA_DATA_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs