cdt-mcp

dirrrtyjesus/cdt-mcp
★ 0 stars Python AI/LLM Updated 3d ago
Coherence Data Types (CDTs) as an MCP server: multi-agent state synchronization by wave superposition
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cdt-mcp": {
      "command": "uvx",
      "args": [
        "cdt-mcp"
      ]
    }
  }
}

Or install with pip: pip install cdt-mcp

README Excerpt

**Coherence Data Types (CDTs) as a Model Context Protocol server.** Multi-agent state synchronization by wave superposition instead of conflict resolution. When several Claude Code / Claude Desktop instances (or any MCP clients) work on the same problem, they need a place to reconcile diverging state. CRDTs do this by detecting conflicts

Tools (11)

CDT_MCP_LOG_LEVELCDT_MCP_STATE_DIRCDT_MCP_TRANSPORTcdt_consensuscdt_createcdt_decaycdt_mergecdt_readcdt_snapshotcdt_synccdt_write

Topics

claudecrdtfhpmcpmodel-context-protocolmulti-agent