HomeDevelopment › magents

magents

Shared session bus MCP+CLI for Claude/Codex/Cursor/Grok: list, read, handoff, send, spawn.

Rust Local macOSLinux
★ 6 stars Last pushed 2026-09-22 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/abnegate/magents:0.12.0

Or add to your MCP client config:

{
  "mcpServers": {
    "magents": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/abnegate/magents:0.12.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry