multica (MCP Server)

GitHub

Assign issues to Claude Code, Codex, Cursor, and 17 more coding agents like teammates โ€” open-source and self-hostable.

46,049 stars Go MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

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