
Fcop
Coordinate multiple coding agents on one repo using FCoP’s file-based protocol and 45 tiered MCP tools (L1/L2/L3).
Overview
FCoP MCP Server is a Build-phase MCP server that exposes 45 tiered tools for file-based multi-agent coordination on a single project.
What is this MCP server?
- FCoP 3.2.5 MCP server with 45 tools across tier L1, L2, and L3
- File-based multi-agent coordination protocol (FCoP)
- PyPI package fcop-mcp with stdio transport
- Optional FCOP_PROJECT_DIR for explicit project root (auto-detect if omitted)
- 45 MCP tools documented in server description
- Version 3.2.5 (PyPI package fcop-mcp)
- Tool tiers: L1, L2, L3
Community signal: 2 GitHub stars.
What problem does it solve?
Parallel AI agents trample the same repo and lose context when coordination lives only in ephemeral chat threads.
Who is it for?
Solo builders orchestrating multiple MCP agents on one codebase who want disk-backed coordination instead of ad-hoc markdown notes.
Skip if: Single-agent workflows, teams that need real-time human chat, or projects unwilling to adopt file-based coordination conventions.
What do I get? / Deliverables
After registration, agents use FCoP MCP tools to read and update shared coordination files with a defined L1/L2/L3 tool surface.
- 45 FCoP MCP tools available to your agent by tier
- Project-scoped coordination via FCOP_PROJECT_DIR or auto-detection
- Repeatable multi-agent workflows on one repo
Recommended MCP Servers
Journey fit
Multi-agent coordination is introduced when you assemble agent tooling, then reused during PM-style planning and production iteration. FCoP is cataloged under agent-tooling because its core value is MCP-exposed coordination primitives, not a single feature integration.
How it compares
Multi-agent coordination MCP with 45 protocol tools, not a generic Git skill or a cloud PM SaaS.
Common Questions / FAQ
Who is FCoP MCP Server for?
Developers using Claude Code, Cursor, or other MCP clients who run more than one agent against the same repository and need structured handoffs.
When should I use FCoP MCP Server?
When you are building agent tooling and hits coordination conflicts, or when you want tiered L1/L2/L3 operations over FCoP files from the agent.
How do I add FCoP MCP Server to my agent?
Install fcop-mcp from PyPI (3.2.5), set FCOP_PROJECT_DIR to your project root if auto-detect is wrong, and add the stdio server to your MCP client config.