stringwork

jaakkos/stringwork
★ 0 stars Go 🤖 AI/LLM Updated 8d ago
MCP server for AI agent pair-programming coordination. Driver/worker orchestration, task management, shared planning, and knowledge indexing.
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": {
    "stringwork": {
      "command": "go",
      "args": [
        "run",
        "github.com/jaakkos/stringwork@latest"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="logo.svg" width="128" height="128" alt="Stringwork logo"> </p> <h1 align="center">Stringwork</h1> <p align="center"> An MCP server for orchestrating AI coding agents. One driver (e.g. Cursor) directs multiple workers (Claude Code, Codex, Gemini CLI) through shared tasks, messaging, plans, and progress monitoring — all from a single Go binary.

Tools (20)

GETPOSTappend_session_notecancel_agentclaim_nextcreate_plancreate_taskget_planget_session_contextget_work_contexthandoffheartbeatlist_agentslist_taskslock_fileread_messagesregister_agentreport_progressrequest_reviewsend_message