MCP Server
Maintained
io.github.FixtureForge/timeweaver-mcp MCP Server
io.github.FixtureForge/timeweaver-mcp
What is the io.github.FixtureForge/timeweaver-mcp MCP server?
Synthetic time-series test data with trend, seasonality, noise, and anomalies, for any MCP client.
How to install io.github.FixtureForge/timeweaver-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"timeweaver-mcp": {
"command": "npx",
"args": [
"-y",
"timeweaver-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"timeweaver-mcp": {
"command": "npx",
"args": [
"-y",
"timeweaver-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"timeweaver-mcp": {
"command": "npx",
"args": [
"-y",
"timeweaver-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"timeweaver-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"timeweaver-mcp"
]
}
}
}Claude Code
claude mcp add timeweaver-mcp -- npx -y timeweaver-mcpRelated MCP servers
io.github.FixtureForge/seedweaver-mcp
Maintained
Schema-aware relational test data generator with working foreign keys, for any MCP client.
0
View repository →TypeScript