timeweaver mcp for VS Code
io.github.fixtureforge/timeweaver-mcp
Synthetic time-series test data with trend, seasonality, noise, and anomalies, for any MCP client.
client:VS Code
transport:stdio
runtime:npm
Install timeweaver mcp in VS Code
.vscode/mcp.json
{
"servers": {
"timeweaver-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"timeweaver-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs