Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

NIRA Temporal MCP in other clients