Catalog
io.github.moniantov/timera
OfficialAI Chief of Staff for your time. Drift score, calendar, goals, and AI coaching.
AI assistant for time management with calendar, goals, and coaching.
README not available yet.
Install
Configuration
Environment variables
TIMERA_API_KEYrequiredsecretYour Timera API key. Generate at app.timera.co/settings
claude_desktop_config.json
{
"mcpServers": {
"timera": {
"command": "npx",
"args": [
"-y",
"timera-mcp@1.0.1"
],
"env": {
"TIMERA_API_KEY": "<YOUR_TIMERA_API_KEY>"
}
}
}
}