mcpbeat Sign in

Fcop MCP Server

by joinwell52-ai Your server? Claim it
local only

Fcop runs on your own machine — the client starts it, so there is no endpoint to ping. 222 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 282 · avg 49 · -45% w/w
a month agotoday
222
Installs / week
pypi · fcop-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions src/fcop/project.py:2281
                        "# rm -rf fcop/ && fcop init ..."
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/fcop_mcp/__init__.py:1, [пакет] src/fcop_mcp/__main__.py:1, [пакет] src/fcop_mcp/_version.py:1 и ещё 17
этот файл ставится пользователю, но в репозитории его нет
Unsafe deserialization src/fcop/v4/encoding.py:130
        fields = yaml.load(text.split("---\n", 2)[1], Loader=_UniqueLoader)
        processes = [subprocess.Popen([sys.executable, "-I", str(Path(__file__).resolve()), "worker"],

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Fcop and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fcop -- uvx fcop-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fcop": {
      "args": [
        "fcop-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fcop]
command = "uvx"
args = ["fcop-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fcop": {
      "args": [
        "fcop-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fcop": {
      "args": [
        "fcop-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FCOP_PROJECT_DIR (Absolute path to your project root (optional, auto-detected if omitted).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fcop

same job, measured the same way
A
Optibot
by getoptimal

AI code review for your AI assistant — review local changes, branch diffs, and patch files.

54 installs/wk local only
Claude Bridge
by constripacity

Durable local-first MCP relay for independent coding agents.

297 installs/wk local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

226 installs/wk local only
ivygrep
by bvolpato

Local code search and task context packs for coding agents

local only
Agent Residue Evidence
by fantasyce

Report local task-scoped test and build residue without cleaning resources.

local only
Literature Review Council
by ravicha2

Multi-agent literature review: research, peer review, and synthesize grounded reports.

69 installs/wk local only
Agentpack
by ihorponom

Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.

265 installs/wk local only
Code Factory
by zrk222

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

2 646 installs/wk local only

Fcop — questions

Answers built from our own checks of this server.

Why is there no uptime for Fcop?
Fcop runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fcop-mcp was installed 222 times last week.
Is Fcop still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Fcop?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fcop-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fcop?
The pypi package fcop-mcp was installed 222 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.