Fleet Of One Server
БесплатноНе проверенMCP server providing tools to verify task completion (tests pass and changes match claim) and confirm bug reproduction before fixing.
Описание
MCP server providing tools to verify task completion (tests pass and changes match claim) and confirm bug reproduction before fixing.
README
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
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.
Установка Fleet Of One Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Johnny-Martinez/fleet-of-one-mcpFAQ
Fleet Of One Server MCP бесплатный?
Да, Fleet Of One Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Fleet Of One Server?
Нет, Fleet Of One Server работает без API-ключей и переменных окружения.
Fleet Of One Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Fleet Of One Server в Claude Desktop, Claude Code или Cursor?
Открой Fleet Of One Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbCompare Fleet Of One Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
