fleet-of-one-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fleet-of-one-mcp-serververify_done test_command='npm test' expect_changed=['src/app.ts'] claim='added login functionality'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| 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." |
| 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 serverRelated 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.
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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