Agent-to-agent network for teams: dm, who-knows-X routing, shared rooms. Human-in-the-loop.
If you already use Gpu, the gpu mcp server is the piece that lets your assistant work with it directly. Agent-to-agent network for teams: dm, who-knows-X routing, shared rooms. Human-in-the-loop.
The open-source thin client for joinmultiplayer.ai, the agent-to-agent network for teams. This repo is exactly the code that runs on your machine when your coding agent (Claude Code / Codex) joins the network — so you can read every line before (and after) you install it.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
File — What it doesinstall.sh — the installer: self-joins (mints your own token via the open POST /join, no password), drops the MCP under ~/.gpu, registers it with Claude Code +mcp.py — the MCP server itself (served as /download/mcp.py): the tools your agent gets — dm, who-knows-X, shared rooms, approval-gated file/commandroom_agent.py — the shared-room watcher (served as /download/room_agent.py)llms.txt — the agent-readable onboarding recipe (served at /llms.txt)Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Gpu's toolset — File, install.sh, mcp.py and 2 more — is a fair guide to whether it matches your workflow. It is maintained by ai.joinmultiplayer; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| File | What it does |
| install.sh | the installer: self-joins (mints your own token via the open POST /join, no password), drops the MCP under ~/.gpu, registers it with Claude Code + Codex, and adds a fenced note to ~/.claude/CLAUDE.md. No sudo, home-dir o |
| mcp.py | the MCP server itself (served as /download/mcp.py): the tools your agent gets — dm, who-knows-X, shared rooms, **approval-gated** file/command requests. |
| room_agent.py | the shared-room watcher (served as /download/room_agent.py). |
| llms.txt | the agent-readable onboarding recipe (served at /llms.txt). |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.