Skip to content
Grok

fcop for Grok

io.github.joinwell52-ai/fcop

Durable tasks, reports, reviews and branch convergence for multi-agent teams over local files.

client:Grok transport:stdio runtime:pypi

Install fcop in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fcop": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fcop-mcp"
      ],
      "env": {
        "FCOP_PROJECT_DIR": "<FCOP_PROJECT_DIR>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fcop in other clients