mcpbeat Sign in

tsbootstrap MCP Server

local only

tsbootstrap runs on your own machine — the client starts it, so there is no endpoint to ping. 917 installs a week from pypi. Last commit 16 Sep 2026.

Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.

Installs per day peak 1 078 · avg 330 · -43% w/w
a month agotoday
917
Installs / week
pypi · tsbootstrap
95
Stars
4 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands tools/gen_test_impact.py:61, tools/run_mutation_gate.py:168
    subprocess.run(cmd, cwd=REPO, env={**os.environ, **env_data}, check=False)  # noqa: S603, S607
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    subprocess.run(cmd, cwd=REPO, env={**os.environ, **env_data}, check=False)  # noqa: S603, S607
Dumps the whole environment tools/run_mutation_gate.py:163
    env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch tsbootstrap and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tsbootstrap -- uvx tsbootstrap
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tsbootstrap": {
      "args": [
        "tsbootstrap"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tsbootstrap]
command = "uvx"
args = ["tsbootstrap"]
.cursor/mcp.json
{
  "mcpServers": {
    "tsbootstrap": {
      "args": [
        "tsbootstrap"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tsbootstrap": {
      "args": [
        "tsbootstrap"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to tsbootstrap

same job, measured the same way
Linux MCP Server
by rhel-lightspeed

MCP server for read-only Linux system administration, diagnostics, and troubleshooting

1 069 installs/wk local only
Codexa
by mirnoorata

Codex-native codebase intelligence context compiler and query-only MCP server.

86 installs/wk local only
Ravendb MCP
by ravendb

Read-only MCP diagnostics server for RavenDB.

35 installs/wk local only
Itsoc MCP
by ankit512

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

85 installs/wk local only
Depot (depot.dev)
by akshayjain3450

Read-only MCP server for Depot (depot.dev): CI failure diagnosis, build forensics, and usage.

68 installs/wk local only
Spot AI MCP (Unofficial)
by phil-bryant

Unofficial community MCP server for the Spot AI camera and video-intelligence REST API. Read-only.

503 installs/wk local only
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
Erbina
by noahhyden

Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes.

local only

tsbootstrap — questions

Answers built from our own checks of this server.

Why is there no uptime for tsbootstrap?
tsbootstrap runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tsbootstrap was installed 917 times last week.
How do I connect tsbootstrap?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tsbootstrap straight from pypi; nothing to host, nothing to sign up for.
How many people use tsbootstrap?
The pypi package tsbootstrap was installed 917 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is tsbootstrap open source?
Yes — it is published under the MIT licence, written in Python, 95 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.