Fcop MCP Server

FCoP - File-based Coordination Protocol The AI Agent behavior governance protocol - the runtime contract for agent collaboration on a shared filesystem. It runs locally over stdio via the published package.

People connecting filesystem tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 2 · #18 OF 34 MAINTAINED FILESYSTEM · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Fcop

Claude Code

claude mcp add joinwell52-ai-fcop -- uvx fcop-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "joinwell52-ai-fcop": {
      "command": "uvx",
      "args": [
        "fcop-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package fcop-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.joinwell52-AI is GitHub-verified and matches the repo owner

03 · What Fcop can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.2.5 · 2026-05-30

fcop & fcop-mcp 3.2.5 · Install · bash · pip install fcop==3.2.5 · pip install fcop-mcp==3.2.5 · Changes · Changed - fcop · Rule 0.a.1 整段重写 - 协作闭环改为 · task → 执行/派发 → report → 等待验收/按授权 archive;执行者默认不得 · 自行 archive_task。…

v3.2.4 · 2026-05-27

fcop & fcop-mcp 3.2.4 · Install · bash · pip install fcop==3.2.4 · pip install fcop-mcp==3.2.4 · Changes · Fixed - fcop · fcop-protocol.mdc (bundled) - restored valid UTF-8 after v3.2.3 wheel shipped · mojibake in…

v3.0.2 · 2026-05-22

fcop & fcop-mcp 3.0.2 · Install · bash · pip install fcop==3.0.2 · pip install fcop-mcp==3.0.2 · Changes · Fixed / 修复 · Critical · init_ did not create _lifecycle/. FCoP 3.0 · spec §1.1 mandates the v3 five-bucket…

04 · Who maintains Fcop

fcop is maintained by joinwell52-ai. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
filesystem - ranked #18 of 34 actively-maintained filesystem servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-05-30)
registry
io.github.joinwell52-AI/fcop (active, first published 2026-05-13 · 7 versions)
packages
pypi:fcop-mcp

06 · Fcop FAQ

What is Fcop?

FCoP - File-based Coordination Protocol The AI Agent behavior governance protocol - the runtime contract for agent collaboration on a shared filesystem. It runs locally over stdio via the published package.

Is Fcop still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Fcop?

Run `uvx fcop-mcp`. You can also paste the ready-made client config above.

Does Fcop run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fcop