Skip to content
Cursor

timera for Cursor

io.github.moniantov/timera

AI Chief of Staff for your time. Drift score, calendar, goals, and AI coaching.

client:Cursor transport:stdio runtime:npm

Install timera in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "timera": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "timera-mcp"
      ],
      "env": {
        "TIMERA_API_KEY": "<TIMERA_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

timera in other clients