timera for VS Code
io.github.moniantov/timera
AI Chief of Staff for your time. Drift score, calendar, goals, and AI coaching.
client:VS Code
transport:stdio
runtime:npm
Install timera in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "timera-api-key",
"description": "TIMERA_API_KEY",
"password": true
}
],
"servers": {
"timera": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"timera-mcp"
],
"env": {
"TIMERA_API_KEY": "${input:timera-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs