mcpbeat Sign in

Timps Swarm MCP Server

local only

Timps Swarm runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 2 Sep 2026.

161 AI agents for code gen, health, AI/ML, infra, India-stack. One command.

Installs per day peak 337 · avg 17 · +4988% w/w
a month agotoday
38
Installs / week
npm · timps-swarm
1
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call timps_file_organizer.path → src/intelligence_agents.py:66, timps_dependency_rebel.repo_path → src/phase7/iac_drift_detector.py:82, timps_dependency_rebel.repo_path → src/phase7/iac_drift_detector.py:84 и ещё 1
        r = subprocess.run(args, capture_output=True, text=True, timeout=60,
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.

File ships in the package but is absent from the source [пакет] bin/timps-swarm.js:1
файл ставится пользователю, в репозитории его нет, и в нём есть опасный вызов
    execSync(`rm -rf "${TIMPS_REPO_DIR}"`, { stdio: "inherit" });
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.

Runs a command on install [пакет] package.json:1
postinstall: node -e "try{process.stderr.write('\n  ⚡ Run \`npx timps-swarm install-mcp\` to connect to Claude Code / Cursor / Codex\n\n')}catch(e){}"
        path = os.path.join(ADAPTERS_DIR, best_adapter)
Runs with shell=True timps_doctor.py:413
            subprocess.run(r.fix_cmd, shell=True, check=True)
Page executes code built at runtime index.html:1623, timps-swarm.html:1448
  grid.innerHTML = html;
Reads files and sends them to the network src/computer_use.py:401
            entries = sorted(p.iterdir(), key=lambda x: (x.is_file(), x.name))
Touches key and credential files src/git_tools.py:501
        "~/.npmrc", "~/.pip/pip.conf",

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 timps-swarm -- npx -y timps-swarm
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "timps-swarm": {
      "args": [
        "-y",
        "timps-swarm"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.timps-swarm]
command = "npx"
args = ["-y", "timps-swarm"]
.cursor/mcp.json
{
  "mcpServers": {
    "timps-swarm": {
      "args": [
        "-y",
        "timps-swarm"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "timps-swarm": {
      "args": [
        "-y",
        "timps-swarm"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Timps Swarm

same job, measured the same way
pyscn
by ludo-technologies

Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score.

1 399 installs/wk local only
MailFlat
by mailflat

Real email inboxes for AI agents: open an address, read the one-time code, send mail.

366 installs/wk local only
SkillFM Claude Code Token Usage
by ericm1018

Claude Code token usage, cost visibility, and SkillFM Beacon AI health checks for MCP agents.

36 installs/wk local only
Codealive MCP
by codealive-ai

Semantic code search and analysis from CodeAlive for AI assistants and agents.

local only
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

171 installs/wk local only
Repowise
by repowise

Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.

4 181 installs/wk local only
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

16 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only

Timps Swarm — questions

Answers built from our own checks of this server.

Why is there no uptime for Timps Swarm?
Timps Swarm 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 npm package timps-swarm was installed 38 times last week.
How do I connect Timps Swarm?
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 timps-swarm straight from npm; nothing to host, nothing to sign up for.
How many people use Timps Swarm?
The npm package timps-swarm was installed 38 times in the last week. Week over week that is +4988%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Timps Swarm open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.