Skip to main content
Glama

fleet-of-one-mcp-server

Proof-of-production tools for AI coding agents — the core Fleet of One discipline as callable MCP tools. Make "done" earn itself.

Two tools, one job: stop trusting an agent's word for it.

Tool

What it does

verify_done

Runs your test command and, in a git repo, diffs the actual changes. Returns PASS only if tests pass (exit 0) and every claimed change is really there. The gate between "agent says done" and "I believe it."

check_repro

Bug-first discipline: runs a command you expect to fail and confirms it actually fails, so you've reproduced the bug before you start fixing it.

It only ever runs the command you pass, in the directory you specify. No network, no file changes of its own. Local stdio server.

Install

npm install
npm run build
npm test        # end-to-end smoke test against the built server

Related MCP server: Cursor Auto-Review MCP Server

Use it with Claude Code

Add to your MCP config (e.g. .mcp.json in your project, or the global config):

{
  "mcpServers": {
    "fleet-of-one": {
      "command": "node",
      "args": ["/absolute/path/to/fleet-of-one-mcp-server/dist/index.js"]
    }
  }
}

Then an agent can call verify_done before claiming a task is complete:

verify_done(test_command="npm test", expect_changed=["src/auth.ts"], claim="wired up login")
→ PASS / FAIL with the test exit code, the real git changes, and the evidence tail.

The free skills this is built from

proof-of-production-lite, bug-first-tdd, and agent-lane-operations-lite — the free MIT starter repo: https://github.com/Johnny-Martinez/fleet-of-one-free

The full operating system (95-page playbook, 27 skills, 13 tool dossiers) is Fleet of One.

MIT.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Johnny-Martinez/fleet-of-one-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server