flock (MCP Server)

GitHub

A desktop multi-agent harness built with Rust, Tauri, and React, powered by langgraph-rust.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "flock": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-flock"
      ]
    }
  }
}