NIRA Temporal MCP for VS Code
io.github.pachote/nira-temporal
Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules
client:VS Code
transport:stdio
runtime:pypi
Install NIRA Temporal MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "nira-data-dir",
"description": "NIRA_DATA_DIR",
"password": true
}
],
"servers": {
"nira-temporal": {
"type": "stdio",
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "${input:nira-data-dir}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs