mcpbeat Sign in

ChimeraForge MCP Server

by sahil170595 Your server? Claim it
local only

ChimeraForge runs on your own machine — the client starts it, so there is no endpoint to ping. 5 551 installs a week from pypi. Last commit 29 Aug 2026.

Local-first LLM deployment planner: GPU/VRAM sizing, cost and latency, with provenance

Installs per day peak 3 605 · avg 583 · -18% w/w
a month agotoday
5 551
Installs / week
pypi · chimeraforge
2
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

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.

        os.path.exists("/.dockerenv") or os.environ.get("container") == "docker"
Runs an external command .claude/hooks/lint_on_edit.py:29, experiments/TR117/run_matrix.py:345, experiments/research/tr117/run_matrix.py:345 и ещё 36
        return subprocess.run(cmd, capture_output=True, text=True, timeout=TIMEOUT_S)
Executes code built at runtime experiments/TR117/preflight_check.py:35, experiments/TR117/run_matrix.py:325, experiments/research/tr117/preflight_check.py:36 и ещё 4
        __import__(pkg)
Reads files and sends them to the network experiments/research/tr125/shared/utils.py:242
        runs = sorted([d for d in tr123_dir.iterdir() if d.is_dir()], reverse=True)

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to ChimeraForge

same job, measured the same way
Mergetrain
by yongjip

Operate local deploy trains for coding-agent worktrees with approval-gated deploys.

2 288 installs/wk local only
Alpic
by alpic-mcp

Manage your projects, debug deployments, and check analytics for any MCP server you host with Alpic.

answering
Cloudwright
by xmpuspus

Cloud architecture and migration planning with costs, controls, evidence, and deployable IaC.

401 installs/wk local only
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

86 installs/wk local only
Spinnaker MCP
by geiserx

MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management

105 installs/wk local only
agenthost
by agenthost

Agent-first web hosting: deploy sites, apps, databases and domains over MCP.

answering
C
ComputeSage StackBench
by computesage

GPU and LLM inference benchmarks, hardware evidence, deployment recommendations, and launch configs.

5 tools answering
Telbase
by telbase

Deploy any web project with one command. AI-native platform with self-healing feedback.

101 installs/wk local only

ChimeraForge — questions

Answers built from our own checks of this server.

Why is there no uptime for ChimeraForge?
ChimeraForge 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 chimeraforge was installed 5 551 times last week.
How do I connect ChimeraForge?
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 chimeraforge straight from pypi; nothing to host, nothing to sign up for.
How many people use ChimeraForge?
The pypi package chimeraforge was installed 5 551 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ChimeraForge open source?
Yes — it is published under the MIT licence, written in Python and 2 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.