Mmcp.market

Fable Mode MCP server

by REX-codebase·io.github.REX-codebase/fable-mode·v1.3.5

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

A89/100grade A
What users say
No reviews yet
Be the first
Safety scan
A89/100

full report

Adoption
Growing

24 stars914 downloads/wk

Reviews

Write one

Nobody has reviewed Fable Mode yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Fable Mode tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.8 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan73 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 2 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 89/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Fable Mode repository's README, as published. We do not edit it. Read it on GitHub

Fable Mode

<!-- mcp-name: io.github.REX-codebase/fable-mode -->

Agents that think before they write.

&nbsp; &nbsp; &nbsp; &nbsp;

Fable Mode is an open-source control plane for AI coding agents.

It makes an agent deliberate, produce evidence, and survive adversarial review before it earns permission to write to your workspace. The gates are mechanical, not prompt advice: no timer, no proof, no write access.

Demo

KERR // ORRERY

One self-contained HTML file. Raw WebGL, zero libraries, zero external assets, and zero build step.

https://github.com/user-attachments/assets/8287bbfe-e3ee-4dcf-ba0f-f9ff22ae79bd

7 renders rejected before final · 2 bugs caught · 10/10 red-team probes passed

Fable Mode overview

https://github.com/user-attachments/assets/27f4f8a2-b1bb-4398-a08c-bc9fd93d69d7

Quick start

A session starts locked. Confidence does not unlock it.

  1. Install the MCP server using one of the options below.
  2. Add the optional Agent Skill if you want the full workflow.
  3. Ask your agent to use Fable Mode for a concrete coding task and choose a time budget.

A new session starts with execution locked:

{
  "action": "create_session",
  "session_name": "demo-refactor",
  "objective": "Refactor the parser without changing public behavior",
  "time_budget_minutes": 2
}

The agent then records evidence and an invariant. An early unlockexecution request is rejected until the authority timer and proof prerequisites pass. Use getstatus at any point to see the active phase, remaining time, evidence counts, and lock state.

The same gates guard every phase: evidence receipts for claims, a five-vector red-team swarm for code, and a sealed record of what was verified.

One package, two agent environments

Fable ships as one PyPI package. The same package contains the runtime, stdio MCP server, and complete Agent Skill. Setup is explicit so installing an MCP server never silently activates workspace instructions.

Run setup from the project the agent will work in:

uvx --from fable-engine==1.3.9 fable-mode setup --yes

This resolves the pinned package in an isolated uv environment and copies the bundled skill to .agents/skills/fable-mode. Use --dry-run to preview or --target for another skill directory. For a persistent install, use:

python -m pip install fable-engine
fable-mode setup --yes

Then choose only the invocation that matches the agent environment.

Native MCP client

Run fable-engine as the stdio server. For example:

// Claude Code: claude mcp add fable-engine -- uvx --from fable-engine==1.3.9 fable-engine
// Cursor or another JSON-configured client:
{
  "mcpServers": {
    "fable-engine": {
      "command": "uvx",
      "args": ["--from", "fable-engine==1.3.9", "fable-engine"]
    }
  }
}

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Grade history

  • 2026-09-19restoreBAscore 89

Install directly

claude mcp add fable-mode -- uvx fable-engine
Add to Cursor

Fable Mode: common questions

Is Fable Mode MCP server safe?
Yes, by our scan: it is graded A (89/100). Read the Fable Mode safety report
How do I install Fable Mode?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Fable Mode need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Fable Mode maintained?
The last commit was 3 days ago (2026-09-18). The latest release is v1.3.5.
What can I use instead of Fable Mode?
Servers from other publishers that do the same job: Decionis CommerceGate MCP server.

Alternatives to Fable Mode

Same job from other publishers: the closest match first, then the best rated.

  • Decionis CommerceGate MCP
    Commerce preflights, D365 authorization, signed evidence, and reports; no marketplace or ERP writes.
    A

More from REX-codebase