mcpbeat Sign in

Forkflux MCP Server

local only

Forkflux MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 143 installs a week from pypi. Last commit 11 Aug 2026.

Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams

Installs per day peak 111 · avg 27 · +8% w/w
a month agotoday
143
Installs / week
pypi · forkflux-mcp
6
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

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 [пакет] forkflux_mcp/__init__.py:1, [пакет] forkflux_mcp/config.py:1, [пакет] forkflux_mcp/constants.py:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет
Runs an external command packages/api/forkflux_api/cli.py:229
        subprocess.run([command_name, "--version"], capture_output=True, text=True, check=True)  # noqa: S603

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 forkflux-mcp -- uvx forkflux-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "forkflux-mcp": {
      "args": [
        "forkflux-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.forkflux-mcp]
command = "uvx"
args = ["forkflux-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "forkflux-mcp": {
      "args": [
        "forkflux-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "forkflux-mcp": {
      "args": [
        "forkflux-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FORKFLUX_API_KEY (Your API key for the service), FORKFLUX_API_URL (Your API URL for the service. Defaults to http://localhost:8000/api/v1 if not set.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Forkflux MCP

same job, measured the same way
Attestor
by bolnet

Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log.

252 installs/wk local only
memsprout
by memsprout

shared AI-context layer for teams — persistent memory your agents search and update over MCP

answering
Agent Memory OS
by yamantaka520

Local-first memory engine for AI-agent teams: team/project ACL, recall, and federated sync.

522 installs/wk local only
Plexarm
by plexarm

The operating system for self-organised AI agent teams.

answering
I
TG multi-account MCP
by mesteriis

Self-hosted, consent-based access to Telegram accounts and bots for MCP clients

local only
LexQ
by lexq

The Decision Operations Platform for engineering teams

558 installs/wk answering
DevMatch
by luca-blight

DevMatch — evidence-based engineer hiring for mission-driven teams.

answering
Aurora Coach
by aurora-coach-com

Continuous improvement for software engineering teams: check-ins, improvements, suggestions.

answering

Forkflux MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Forkflux MCP?
Forkflux MCP 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 forkflux-mcp was installed 143 times last week.
How do I connect Forkflux MCP?
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 forkflux-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Forkflux MCP?
The pypi package forkflux-mcp was installed 143 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Forkflux MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.