Chimera Forge MCP Server

A local-first, model-agnostic LLM deployment planner. It turns "which model, quantization, GPU, and backend -- how many, will it fit, will it hit my SLO, what will it cost" into a fast, honest, measured answer, from your shell, your Python, or your AI assistant.

People who work with benchmarking, ollama and performance and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 2 · #15 OF 106 MAINTAINED AI & ML · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Chimera Forge

Claude Code

claude mcp add sahil170595-chimeraforge -- uvx chimeraforge

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sahil170595-chimeraforge": {
      "command": "uvx",
      "args": [
        "chimeraforge"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package chimeraforge - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Sahil170595 is GitHub-verified and matches the repo owner

03 · What Chimera Forge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.34.0 · 2026-09-15

Phase 8 item P8.6, sub-items 1-3 and 5 (#66). The GPU table was the last hand-typed dataset in the product, and it drives more of the answer than any other, since decode is modelled as bandwidth-bound. · Added · An…

v0.33.0 · 2026-09-15

Phase 8 item P8.4 (#65). The quality gate is the planner's cleanest differentiator - nobody else rejects a quantization level on quality before touching hardware - and it was built on the corpus's weakest data. · Added…

v0.32.0 · 2026-09-15

Phase 8 item P8.3 (#64). Two corrections to time-to-first-token, both derivations rather than fits. · Added · plan --max-num-batched-tokens N: chunked prefill. vLLM V1 enables chunked prefill by default…

04 · Who maintains Chimera Forge

ChimeraForge is maintained by sahil170595. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
AI & ML - ranked #15 of 106 actively-maintained AI & ML servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.Sahil170595/chimeraforge (active, first published 2026-08-12 · 35 versions)
packages
pypi:chimeraforge

06 · Chimera Forge FAQ

What is Chimera Forge?

A local-first, model-agnostic LLM deployment planner. It turns "which model, quantization, GPU, and backend -- how many, will it fit, will it hit my SLO, what will it cost" into a fast, honest, measured answer, from your shell, your Python, or your AI assistant.

Is Chimera Forge still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Chimera Forge?

Run `uvx chimeraforge`. You can also paste the ready-made client config above.

Does Chimera Forge run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Chimera Forge