Active state management for multi-agent coding: a shared, versioned project brain over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Active state management for multi-agent coding β a local-first active context engine with a shared brain. One project. One shared understanding.
Host badges name the integration level, not a flat "compatible" β the levels and what is actually tested are in Supported hosts.
One actively managed project brain for multi-agent coding. klypix-mcp keeps one versioned
brain.klypix in your repo: the project's active state β current decisions, corrections, evidence
anchors, open questions, active work, and handoffs. Corrections supersede stale decisions,
brain_challenge tests proposed decisions against standing rules and reversed approaches, and
sessions declare their scope and get warned about same-machine file overlap. Agents read it and
write to it over MCP. You read it and correct it in the KLYPIX app.
One project. Many agents. One current understanding.

Real output, not a mockup: both panes run a real MCP client against this server (docs/demo/ β the GIF is re-rendered by CI from a scripted tape, so it can never drift from what the product actually does).
Klypix does not launch, run, supervise, or replace your agents. It is not an agent runtime, a model router, a worktree manager, or a replacement for Git. It is the layer underneath them that holds what the project currently believes.
Watch how current decisions, corrections, evidence, and active work stay visible to people and carry forward into supported coding-agent sessions.
Watch the 2:21 showcase with sound
You are running more than one coding agent on one codebase β a Claude Code session here, Codex in another terminal, Cursor open on the side. Each one has excellent memory of itself and none of the others:
Your agents may run independently. Their project understanding should not.
Session A β Claude Code, in your repo:
Session B β Codex, same repo, half a minute later:
Session A gets the same overlap surfaced on its next KLYPIX action. Neither edit is blocked β the warning is advisory, and both sides only see the overlap because both declared the files they expected to touch.
Then the brain pushes back before the decision, not after:
And the decision is kept where the next session will find it:
Prove all of this on your own machine, against the exact build you installed, with two real isolated MCP clients:
It runs in a temporary fixture and touches nothing else. It checks tool discovery, task memory, truthful peer reporting, overlap surfacing, proactive logging, and in-band delivery of a peer note. It verifies 15 required coordination behaviours β not the 22 tools, and not the retrieval engine.
Run this inside your project:
One command for supported editors detected on this machine. It finds the project root (walking up,
so running it from src/ is fine), gives the project a brain if it doesn't have one, wires the
agent tools you actually have installed, registers the lossless .klypix merge driver if it's a
git repo, and then proves the result before it exits:
That last line is the point. MCP config fails silently β a wrong entry means the server never
starts, the agent quietly loses every brain verb, and nothing reports an error. So install opens
a real stdio handshake against the config it just wrote and counts the tools that answered. A
broken entry dies in ~100ms with Connection closed and is reported, not shipped.
What goes where:
~/.claude/project-brain, Claude Code's five
lifecycle hooks in ~/.claude/settings.json, and the ~/.codex/AGENTS.md guidance block. Claude
Code is therefore covered in every project on that machine that has a ./brain.klypix.install once inside each project.Three things it deliberately will not do:
C:\Users\you.node scripts/klypix-mcp-server.mjs is deliberate β it resolves offline and rides a bundle the
repo version-gates β so it's left byte-identical and reported. An explicit link still rewrites
everything: an action you didn't ask for stays more conservative than one you did.Opt out with --no-project (CI images, scripted provisioning). --json emits the report as
structured data; --verify-all handshakes every written config instead of one.
Optional, opt-in, and approved inside Codex itself:
Six Codex lifecycle hooks that add automatic per-prompt context injection and a pre-edit
file-overlap warning. Codex owns the trust decision and will ask you to review them.
brain_doctor reports this layer separately as off, execution-unverified, or active. Even with it
on, Codex never captures decisions automatically β the Codex hook never writes the brain.
Re-project everything explicitly:
install already does this for the editors you have. Reach for link when you want all 14
managed, hash-stamped files regardless of what's installed β MCP server config for six hosts plus
rules files for eight β or to repair drift. Managed blocks are merged into your existing
instruction files and never clobber your content.
Either form works, and both are safe in CI:
npx -p klypix-mcp klypix-link --checkused to drop--checkand write anyway β fixed, and locked bytest/cli-args.mjs, which asserts the standalone bin and the dispatcher parse arguments identically.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/klypix-project-brain)<a href="https://allmcps.com/mcp/klypix-project-brain"><img src="https://allmcps.com/api/badge/klypix-project-brain?style=directory" alt="KLYPIX Project Brain on AllMCPs" /></a>