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