Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Fable Mode

PYPI · FABLE-ENGINE · SCANNED SEP 21

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

Available components

64 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security94
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs a script at install time (build_backend,cmdclass) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency32
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3713 tokens (~265/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (57% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Fable Mode MCP server?

Fable Mode runs locally as a PyPI package, launched with uvx fable-engine. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · fable-engine

# add to Claude Code
claude mcp add rex-codebase-fable-mode -- uvx fable-engine
// .cursor/mcp.json
{
  "mcpServers": {
    "rex-codebase-fable-mode": {
      "command": "uvx",
      "args": [
        "fable-engine"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "rex-codebase-fable-mode": {
      "command": "uvx",
      "args": [
        "fable-engine"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add rex-codebase-fable-mode -- uvx fable-engine
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rex-codebase-fable-mode": {
      "type": "local",
      "command": [
        "uvx",
        "fable-engine"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rex-codebase-fable-mode --command uvx --arg fable-engine
# ~/.hermes/config.yaml
mcp_servers:
  rex-codebase-fable-mode:
    command: "uvx"
    args: ["fable-engine"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "rex-codebase-fable-mode": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "fable-engine"
      ]
    }
  }
}
# add to Vellum
assistant mcp add rex-codebase-fable-mode -t stdio -c uvx -a fable-engine
// mcp.json
{
  "mcpServers": {
    "rex-codebase-fable-mode": {
      "command": "uvx",
      "args": [
        "fable-engine"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +15
    • Malware scan: unverified → pass security
  • 16 Sept 26 −1
    • Install scripts: pass → partial security
    • The scripts that run when this package is installed changed: build_backend → build_backend,cmdclass security
    • Schema quality: 227 → 265 functional
    • Stability: unverified → 0.03 functional
    • First check of Tool coverage: 57 functional
    • Package version: 1.3.2 → 1.3.5 functional
    • Package version: 1.3.2 → 1.3.3 functional
  • 15 Sept 26 48

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed pypi/fable-engine@1.3.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 2 scripts
Hook Tier Command
build_backend allowlisted setuptools.build_meta
cmdclass unreviewed <custom, unreviewed>

Background: Why install scripts are a supply-chain risk →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~3,713 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
browser_back ~98

Loads the previous history entry in the active or named browser session without adding a new history entry. Use it for history traversal rather than browser_navigate. If history is already at its first entry, it is a no-op that returns current page status. A navigation failure returns an error and preserves the history index; omitting `session_id` reuses or creates the active/default session.

NameTypeReqDescription
session_idstringOptional browser tab/session identifier.

Structured output declared, but exposes no named fields.

No examples provided.

browser_click ~59

Navigates to the href of a link element by its stable element ID. Elements without an href are unsupported.

NameTypeReqDescription
element_idstringyesStable element ID of an href-bearing link.
session_idstringOptional browser tab/session identifier.

No output schema declared.

No examples provided.

browser_close ~88

Closes and permanently discards one in-memory browser session, including its current document and history; persistent profile cookies remain saved. Use it when that tab is no longer needed. `session_id` targets a specific session; if omitted, the active session is closed. Returns `closed`, or `not_found` without changing another session.

NameTypeReqDescription
session_idstringOptional browser tab/session identifier.

Structured output declared, but exposes no named fields.

No examples provided.

browser_forward ~95

Loads the next history entry in the active or named browser session without adding a new history entry. Use it after browser_back rather than browser_navigate. If no forward entry exists, it is a no-op that returns current page status. A navigation failure returns an error and preserves the history index; omitting `session_id` reuses or creates the active/default session.

NameTypeReqDescription
session_idstringOptional browser tab/session identifier.

Structured output declared, but exposes no named fields.

No examples provided.

browser_navigate ~149

Loads `url` into an existing browser session, replacing its current document and adding a history entry. Use this instead of browser_open when continuing in a known session; if `session_id` is omitted, the active session is reused or a default session is created. It waits up to `timeout` seconds and returns the resulting URL, title, viewport, scroll position, and indexed elements; network, timeout, size, and parse failures return an error object without changing committed page state.

NameTypeReqDescription
session_idstringOptional browser tab/session identifier.
timeoutnumberTimeout in seconds for page load (maximum 30 seconds).
urlstringyesTarget URL to navigate to.

Structured output declared, but exposes no named fields.

No examples provided.

browser_open ~82

Opens a URL in the stealth agent browser using persistent local logins/profile (<=20 MB RAM ceiling). Supports local dev servers across all languages.

NameTypeReqDescription
session_idstringOptional browser tab/session identifier.
timeoutnumberTimeout in seconds for page load (maximum 30 seconds).
urlstringyesTarget URL or localhost address to open.

No output schema declared.

No examples provided.

browser_press ~70

Edits supported text controls, moves focus with Tab, or activates links with Enter.

NameTypeReqDescription
element_idstringOptional element ID target.
keystringyesKeyboard key to press (e.g. 'Enter', 'Tab').
session_idstringOptional browser tab/session identifier.

No output schema declared.

No examples provided.

browser_reload ~31

Reloads the current page in the browser session.

NameTypeReqDescription
session_idstringOptional browser tab/session identifier.

No output schema declared.

No examples provided.

browser_screenshot ~85

Captures one 1280x800 PNG of the current viewport without navigation or scroll changes. Use this for the visible region; use browser_snapshot_layers for multi-viewport coverage. An omitted `session_id` targets the active/default session. Returns one layer with its offset, dimensions, and base64 PNG data.

NameTypeReqDescription
session_idstringOptional browser tab/session identifier.

Structured output declared, but exposes no named fields.

No examples provided.

browser_scroll ~42

Scrolls the page vertically by delta pixels.

NameTypeReqDescription
delta_yintegeryesVertical pixel scroll offset.
session_idstringOptional browser tab/session identifier.

No output schema declared.

No examples provided.

browser_snapshot_layers ~138

Captures up to `max_layers` PNGs from the top of the current document, one 1280x800 viewport per layer, without changing the session scroll position. Use this for multi-viewport page coverage; use browser_screenshot for only the current viewport. An omitted `session_id` targets the active/default session. Returns layer count, offsets, dimensions, and base64 PNG data; `max_layers` defaults to 3 and is capped at 10.

NameTypeReqDescription
max_layersintegerMaximum number of screen-sized viewport layers to capture (default 3).
session_idstringOptional browser tab/session identifier.

Structured output declared, but exposes no named fields.

No examples provided.

browser_type ~124

Replaces the full value of a text-like input or textarea identified by `element_id`; it does not submit the form. Use browser_press for single-key edits or activation. An omitted `session_id` targets the active/default session. Returns status `typed`, the element ID, and the supplied text; missing or non-editable elements return an error object and are not changed.

NameTypeReqDescription
element_idstringyesStable element ID to type into.
session_idstringOptional browser tab/session identifier.
textstringyesText content to enter into element.

Structured output declared, but exposes no named fields.

No examples provided.

browser_wait ~40

Waits for a specified duration in seconds.

NameTypeReqDescription
secondsnumberyesSeconds to wait.
session_idstringOptional browser tab/session identifier.

No output schema declared.

No examples provided.

fable_session ~2,612

Runs one Fable operation selected by `action`. Use it for Fable sessions, gates, evidence/proofs, review rubrics, checkpoints, compression, design audits, research scrapers, and explicitly experimental System 3 operations; use browser_* tools for web-page navigation and interaction. Start stateful workflows with `create_session` and a `session_name`; later session actions reuse that name. Only fields documented for the selected action are read, and missing or invalid inputs return an `Error:` message without raising an MCP transport error. Status/list/telemetry/get/view/check operations are read-only. Create, log, record, set, advance, checkpoint, restore, track, evaluate, register, compress/accumulate, evolve, generate, and scraper operations can persist Fable state or artifacts. `unlock_execution` remains blocked until its time and rationale gates pass; `apply_auto_update` can replace installed Fable files. The result is action-specific human-readable text in `result`; inspect that text for success or `Error:` before continuing.

NameTypeReqDescription
a_matrixarray|stringObservation likelihood matrix A [O x S] for Active Inference.
actionstringyesThe Fable session action to perform.
actionsarray|stringList of control action identifiers for Active Inference POMDP.
affected_invariantsarray|stringList or string of invariant names affected by this file change.
antithesis_titlestringTitle of the antithesis / adversarial critique.
archetypestringHaute aesthetic archetype identifier for design tokens or scaffolding.
archetype_overridestringOptional override for Haute aesthetic archetype.
architectural_refinementstringConcrete architectural evolution, optimization, or algorithm change derived from the critique.
artifact_pathstringAbsolute filesystem path to blueprint artifact, proof, or benchmark script documenting the refinement.
auto_log_epistemicbooleanWhether to automatically record retrieved research findings as a [HYPOTHESIS] candidate item in Fable Session's epistemic ledger for subsequent cross-verification.
axiomsarray|stringList of reference axiom names or strings for proof oracle.
b_matricesobject|stringState transition matrices B [Action -> S x S] for Active Inference.
base_stepnumberBase geodesic step distance for hyperbolic tree embedding (default 1.0).
broken_scenariosarray|stringList or JSON string of broken attack scenarios found during red-team review.
c_preferencesarray|stringPrior preference distribution C over observations for Active Inference.
cas_refstringCAS reference URI (cas://<sha256_hex>) or 64-char hash.
change_typestringClassification of file change.
claimstringFact, hypothesis statement, or unknown parameter to track in epistemic ledger.
codestringSource code content (HTML, JSX, CSS, or TSX) to audit or validate against anti-slop gates.
code_snippetstringAlternative alias for source-code string input. Dynamic target execution from source-code strings is disabled and requires a separate sandboxed executor.
contentstringRaw text content or payload to store/compress into Content-Addressed Storage (CAS).
contextobject|stringHypothesis typing context dictionary {name: type} for proof oracle.
contradiction_densitynumberContradiction density index [0.0, 1.0] for cognitive gear shifting.
contradictionsarray|stringList of parameter trade-offs / contradictions to resolve with TRIZ principles.
criteriaarray|string|objectList of criteria pointers or JSON string of rubric items for goal score evaluation.
critique_or_bottleneckstringCritical flaw, vulnerability, edge case, memory/latency bottleneck, or assumption scrutinized.
crossover_ratenumberGenetic crossover rate probability (default 0.80).
curvaturenumberSectional curvature c > 0 of Poincaré manifold (default 1.0).
custom_hypothesesarray|stringList or JSON string of custom adversarial hypotheses / attack vectors.
d_priorarray|stringPrior initial state belief distribution D for Active Inference.
dials_overrideobjectOptional discrete dials override: variance (1-10), motion (1-10), density (1-10).
diff_summarystringConcise summary of file changes, diff, or slated edits.
dimensionintegerDimension of Poincaré ball manifold (default 2).
domainstringDomain boundary for the invariant or cortical plasticity consolidation.
edgesarray|stringList of directed edge dictionaries for Causal DAG construction.
end_lineintegerEnding line number (1-indexed inclusive) for windowed line slice viewing.
epistemic_uncertaintynumberEpistemic uncertainty index [0.0, 1.0] for arbitration.
evaluationsarray|object|stringAlias for item_evaluations: list or dict of criterion evaluation updates.
evaluator_cmdstringAlias for evaluator_command: shell command or tool invocation for candidate evaluator.
evaluator_commandstringShell command or tool invocation for candidate evaluator.
evidencestringSource file, command output, line number, or URL supporting the claim.
failure_countintegerHistorical failure count for tri-level cognitive gear arbitration.
failure_modesarray|stringList of adversarial failure modes identified in critique.
file_pathstringTarget file path for file change tracking or proof verification.
focus_areastringSpecific subsystem, component, algorithm, or interface being critically re-evaluated.
force_flushbooleanForce flush buffered micro-payloads immediately into a composite frame.
formal_statementstringMathematical or formal contract specification that must never be violated.
formulastringCTL / modal formula string to verify against Kripke structure (e.g. 'AG(safe)', 'EF(goal)').
gammanumberPolicy precision inverse temperature gamma for Active Inference softmax (default 16.0).
generationsintegerNumber of evolutionary generations to run (default 3).
generator_cmdstringAlias for generator_command: shell command or tool invocation for candidate generator.
generator_commandstringShell command or tool invocation for candidate generator.
include_line_numbersbooleanWhether to format line slice with line numbers.
initial_worldstringInitial world ID for Kripke model checking.
interventionsobject|stringDictionary of Pearl's do-operator interventions: {node_id: value}.
invariant_namestringIdentifier or title of the formal invariant (e.g., 'INV-01: Zero-Deadlock Ring Buffer').
item_evaluationsarray|object|stringItem evaluations mapping, list, or JSON string with pointer_id, satisfied, score, evidence_receipt_id.
labelstringOptional label or description for compressed CAS node.
max_debate_roundsintegerMaximum number of dialectical debate rounds for synthesis (default 4).
max_iterationsintegerMaximum closed-loop iterations before halting (default 10).
metadataobjectOptional metadata dictionary attached to accumulated micro-payload.
mockupsarray|stringList of concept dictionaries for visual mockup recording.
model_namestringName for the causal DAG model in System 3 simulation.
mutation_ratenumberGenetic mutation rate probability (default 0.15).
namestringName identifier for automation pipeline spec.
next_phasestringTarget phase to advance the session into.
node_labelsobject|stringOptional mapping of node IDs to readable labels.
nodesarray|stringList of node dictionaries for Causal DAG construction.
objectivestringHigh-level goal or problem statement for the reasoning session.
objective_weightsobject|stringOptional dictionary of weights across the 10 Pareto dimensions.
observationstringCurrent sensory observation for Active Inference belief updating.
observationsarray|stringList of observation identifiers for Active Inference POMDP.
payloadstringMicro-payload text for adaptive batch accumulator or CAS storage.
phase_summarystringConcise summary of findings or deliverables completed in the previous phase.
pipeline_namestringAlternative alias for automation pipeline name.
pipeline_typestringType of autonomous pipeline (default 'closed_loop').
policiesarray|stringList of candidate action sequence policies for Expected Free Energy evaluation.
population_sizeintegerPopulation size for evolutionary gene pool (default 12).
prior_reportobject|stringPrior red-team breakage report dictionary or JSON string to verify remediation against.
proof_or_rationalestringProof sketch, rationale, or inductive argument establishing the invariant.
proof_typestringDeterministic proof type.
rationalestringJustification for unlocking code execution after satisfying cognitive gates.
refinement_typestringType of rethink-refine cycle (e.g. 'archetype_exploration', 'triz_resolution', 'adversarial_falsification', 'benchmark_probe', 'failure_mode_analysis').
remediated_codestringRemediated source-code string input. Dynamic target execution from source-code strings is disabled and requires a separate sandboxed executor.
root_idstringRoot node ID for hyperbolic tree embedding or initial world.
rubric_idstringIdentifier of the goal rubric.
seed_paradigmsarray|stringOptional list of initial paradigm definitions to seed the gene pool.
selected_conceptstringIdentifier of the selected visual concept archetype.
session_namestringUnique identifier / name for the Fable session.
start_lineintegerStarting line number (1-indexed inclusive) for windowed line slice viewing.
statesarray|stringList of hidden state identifiers for Active Inference POMDP.
subagent_promptstringThe delegation prompt or contract text for the subagent to validate.
tagstringEpistemic classification tag for truth calibration.
targetstringTarget URL, ID, subreddit, repo, paper ID, handle, or search query string for research scraping actions.
target_codestringSource-code string input. Dynamic target execution from source-code strings is disabled and requires a separate sandboxed executor.
target_metricstringTarget KPI node ID for sensitivity and structural brittleness analysis.
target_namestringIdentifier or name of the target module, class, or function for red-team review.
target_residual_thresholdnumberTarget residual contradiction score threshold for convergence (default 0.15).
target_resourcestringTarget resource (file path, receipt ID) for proof verification.
target_scorenumberTarget composite goal score threshold (default 0.95, min 0.0, max 1.0).
target_thresholdnumberTarget threshold score for pipeline iteration termination (default 0.95).
task_complexitynumberTask complexity index [0.0, 1.0] for tri-level cognitive arbitration.
task_idstringTask identifier for cortical plasticity consolidation or session lineage.
task_objectivestringTask objective or target outcome for goal scoring rubric.
terminal_probe_resultsstringLive empirical probe output, benchmark figures, latency numbers, or profiling stats supporting the refinement.
thesis_descriptionstringCore architecture description and assumptions for the thesis candidate.
thesis_titlestringTitle of the thesis paradigm for System 3 dialectical synthesis.
time_budget_minutesnumberImmutable outer authority budget in minutes. set_timer can only change the internal pacing timer.
transitionsarray|object|stringList of transitions or adjacency dictionary for Kripke structure.
treeobject|array|stringTree hierarchy adjacency list or nested dict for hyperbolic embedding.
user_promptstringAlias for prompt: high-level design prompt describing desired web experience.
worldsarray|stringList of world/state definitions for Kripke structure.
NameTypeReqDescription
resultstringyesAction-specific result text. Failures begin with `Error:`.

No examples provided.

Common questions

What is the Fable Mode MCP server?

Fable Mode is an MCP server listed in the public MCP registry as io.github.REX-codebase/fable-mode. Mechanical write gates, evidence receipts, and adversarial review for AI coding agents. This page covers its PyPI package (fable-engine).

Is the Fable Mode MCP server safe to use?

Fable Mode scores 64 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Fable Mode MCP server expose?

Fable Mode exposes 14 tools: fable_session, browser_open, browser_navigate, browser_click, browser_type, and 9 more. Their descriptions and schemas cost roughly 3,713 tokens of context every time the server is loaded.

Is the Fable Mode MCP server still maintained?

Fable Mode is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.