mcpbeat Sign in

Fable Mode MCP Server

by rex-codebase Your server? Claim it
local only

Fable Mode runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Mechanical write gates, evidence receipts, and adversarial review for AI coding agents.

Installs / week
pypi · fable-engine
24
Stars
2 open issues
18 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 18 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.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
        exec(compile(str(init.get("source", "")), "<fable-sandbox-target>", "exec"), namespace)

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

Alternatives to Fable Mode

same job, measured the same way
Code Factory
by zrk222

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

2 646 installs/wk local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

27 installs/wk local only
Edgehound
by energixe

Writes adversarial test suites for AI-built code. Your agent's test engineer.

answering
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
Planner MCP — provable "done" for AI agents
by monopoly-gold-planner

Goal and task planning MCP for Codex and AI agents, with evidence-backed completion.

43 tools answering
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

11 481 installs/wk local only
Tenki Sandbox MCP
by luxorlabs

Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.

36 installs/wk local only
Paper Lantern
by paperlantern

Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs.

answering

Fable Mode — questions

Answers built from our own checks of this server.

Why is there no uptime for Fable Mode?
Fable Mode 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 fable-engine.
How do I connect Fable Mode?
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 fable-engine straight from pypi; nothing to host, nothing to sign up for.
Is Fable Mode open source?
Yes — it is published under the MIT licence, written in Python, 24 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.