joinwell52-AI/FCoP
by Various
FCoP is a minimal protocol that lets multiple AI agents — running in Cursor, Claude Code, plain shells, CI runners — collaborate through ordinary markdown files in a folder. Agents
MCP
joinwell52-AI/FCoP
Added 16 June 2026
Overview
FCoP is a minimal protocol that lets multiple AI agents collaborate by writing TASK-.md, REPORT-.md, and ISSUE-.md files in a shared folder. Agents can run in Cursor, Claude Code, shells, or CI runners and coordinate through these ordinary markdown files.
Best for
Best for
Teams building lightweight multi-agent workflows without external orchestration services
Use cases
- Orchestrating agent handoffs with task and report files
- Tracking blockers or clarifications across agent runs
- Coordinating multi-step workflows in CI or local terminals
Notes
FCoP is a minimal protocol that lets multiple AI agents collaborate by writing TASK-.md, REPORT-.md, and ISSUE-.md files in a shared folder. Agents can run in Cursor, Claude Code, shells, or CI runners and coordinate through these ordinary markdown files.
2 stars on GitHub. Last updated 2026-06-15. Licensed MIT.
Use cases
- Orchestrating agent handoffs with task and report files
- Tracking blockers or clarifications across agent runs
- Coordinating multi-step workflows in CI or local terminals
Pros
- Zero infrastructure beyond a shared folder
- Agent-agnostic works with any tool that can write markdown
- Simple protocol easy to inspect and debug
Cons
- No built-in conflict resolution for concurrent writes
- Limited to file-based coordination no real-time messaging
- Very small community and few real-world examples
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Zero infrastructure beyond a shared folder
- Agent-agnostic works with any tool that can write markdown
- Simple protocol easy to inspect and debug
Cons
- No built-in conflict resolution for concurrent writes
- Limited to file-based coordination no real-time messaging
- Very small community and few real-world examples
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.