talking-stick

mostlydev/talking-stick
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
MCP server for multi-agent coordination in a shared workspace (WIP, design-only)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "talking-stick": {
      "command": "npx",
      "args": [
        "-y",
        "mostlydev/talking-stick"
      ]
    }
  }
}

README Excerpt

An MCP coordination server that lets multiple AI coding agents share a single workspace without stepping on each other. One agent holds the stick at a time; handoffs carry structured context so the next agent doesn't have to re-derive it. **Version:** 0.1.0-alpha.6. Multi-process-safe (SQLite WAL), liveness-aware, no daemon. Supports Claude Code, Codex CLI, Gemini CLI, and OpenCode out of the box.