mcpbeat Sign in

Fagan MCP Server

local only

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

Autonomous coding pipeline: frontier models plan and review, a local model implements, gated by TDD.

Installs / week
not published
2
Stars
0 open issues
18 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call bash.command → app/ollama_prompt_utils.py:298, bash.command → app/ollama_prompt_utils.py:301
                pr = subprocess.run(cmd, check=False, shell=True, cwd=cwd,
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.

        proc = subprocess.run(  # noqa: PLW1510 (check=False would break test fakes with fixed signatures; see backend.py test suite)
                pr = subprocess.run(cmd, check=False, shell=True, cwd=cwd,
        return dict(os.environ)

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to Fagan

same job, measured the same way
Panel Review
by truverif

Guardian agent for AI coding: four frontier models review risky diffs and commits before they ship.

answering
Pronto Stream
by nmxmxh

Real-time planetary signal engine and Model Context Protocol (MCP) server for autonomous AI agents.

15 tools answering
CodeZaiku
by wyrdsekai

A coding and development harness on local models or hosted APIs: code, review, research, ops.

930 installs/wk local only
Rhizome MCP
by odrin

Local-first MCP server for task tracking and coordination of autonomous AI coding agents.

249 installs/wk local only
Crowe Logic
by michaelcrowe11

CroweLM tiers and frontier engines by name, metered per Crowe Logic plan. Ask, list models, account.

answering
Code Factory
by zrk222

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

2 646 installs/wk local only
Inspectrum
by yannmenec

Review coding-agent plans on demand with peer models, attributed findings, and a structured verdict.

51 installs/wk local only
omp-worker-mcp
by divenire990

Delegate complete coding tasks to the local OMP default model and inspect the result.

43 installs/wk local only

Fagan — questions

Answers built from our own checks of this server.

Why is there no uptime for Fagan?
Fagan runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Fagan open source?
Yes — it is published under the Apache-2.0 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.