timeweaver mcp for Gemini CLI
io.github.fixtureforge/timeweaver-mcp
Synthetic time-series test data with trend, seasonality, noise, and anomalies, for any MCP client.
client:Gemini CLI
transport:stdio
runtime:npm
Install timeweaver mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"timeweaver-mcp": {
"command": "npx",
"args": [
"-y",
"timeweaver-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs