FCoP 3.2.5 MCP server: 45 tools (tier:L1/L2/L3) for file-based multi-agent coordination.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx fcop-mcp
MCP client config
{
"mcpServers": {
"fcop": {
"command": "uvx",
"args": [
"fcop-mcp"
]
}
}
}