timera for Grok
io.github.moniantov/timera
AI Chief of Staff for your time. Drift score, calendar, goals, and AI coaching.
client:Grok
transport:stdio
runtime:npm
Install timera in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"timera": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"timera-mcp"
],
"env": {
"TIMERA_API_KEY": "<TIMERA_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs