What is the tsbootstrap MCP server?
Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.
How to install tsbootstrap
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": {
"tsbootstrap": {
"command": "uvx",
"args": [
"tsbootstrap",
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tsbootstrap": {
"command": "uvx",
"args": [
"tsbootstrap",
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tsbootstrap": {
"command": "uvx",
"args": [
"tsbootstrap",
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tsbootstrap": {
"type": "stdio",
"command": "uvx",
"args": [
"tsbootstrap",
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp"
]
}
}
}Claude Code
claude mcp add tsbootstrap -- uvx tsbootstrap --from tsbootstrap[mcp] tsbootstrap-mcpRelated MCP servers
Workstation-local event bus: agents wait on or emit CI/pytest/Docker/filesystem events, no polling.
2
View repository →Python
MIT