📡 MCP Radar

Vaskrokodile/parallax

Blackboard MCP server for coordinating parallel subagents across Claude Code and Codex

3 stars
0 forks
JavaScript
momentum ▲ 5.0
created 2026-07-18
on radar since 2026-07-22
View on GitHub ↗

About parallax

A portable blackboard MCP server + skill/agent packs that make Claude Code and OpenAI Codex launch parallel subagents that actually coordinate — instead of fanning out into isolated workers that duplicate work and clobber each other's files.

The orchestrator decomposes the task into research and implement tasks with disjoint file scopes and explicit dependencies, publishes them to the blackboard, spawns one subagent per task in parallel, and synthesizes the results. Subagents claim tasks atomically, post findings, consume upstream findings, register artifacts, and report done — all through MCP tools.

Why this works when naive parallelism doesn't

- Shared state. Subagents don't share conversation history. The blackboard is the only place they meet: researchers post findings, implementers read them before coding. - Atomic ownership. claimtask uses a cross-process file lock, so exactly one agent owns a task — even when each Codex subagent runs its own MCP server process. - Disjoint scopes. The orchestrator assigns non-overlapping file globs to implementers, so parallel edits never conflict. - Dependencies. An implement task lists its research task as a dependency; the blackboard blocks claiming it until the research is done.

Three options, from easiest to most control.

Option A — One-command install script (recommended)

Detects Claude Code and/or Codex, copies the skill + agent files, and registers the MCP server. Uses the published npm package — no clone or build needed.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/Vaskrokodile--parallax.html)

Related MCP servers

shlokkhemani/rabbithole

An infinite canvas for learning — select text, ask, and answers branch out as documents. MCP server for Claude Code, Codex, and any agent.

⭐ 222JavaScript
livetennisapi/livetennisapi-mcp

MCP server for the Live Tennis API — give Claude, Cursor and other LLM agents real-time tennis scores, odds and model win-probability

⭐ 205JavaScript
talivia-group/agent

Revenue-first website analytics installed and verified by AI agents through MCP

⭐ 72JavaScript
upvoteclub/upvote-club-mcp-mcpb

Claude Desktop .mcpb bundle for Upvote.club. Part of upvoteclub/upvote-club-mcp-* family — see core repo for all packages.

⭐ 44JavaScript
upvoteclub/upvote-club-mcp-local

Self-serve stdio MCP for Upvote.club. Part of upvoteclub/upvote-club-mcp-* family — see core repo for all packages.

⭐ 44JavaScript
upvoteclub/upvote-club-mcp-remote

Streamable HTTP remote MCP for Upvote.club. Part of upvoteclub/upvote-club-mcp-* family — see core repo for all packages.

⭐ 43JavaScript

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.