Multiplayer MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Multiplayer MCP Serverdm @bob: what's the API status?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
i
Can many small intelligences become smarter than one big AI?
We don't know.
Let's find out together.
i + i > AI ?
Brand:
iIdea: multiplayer intelligence
Address: joinmultiplayer.ai
The goal
Can many personal pocket i—each preserving its own knowledge and individuality—temporarily unite into a single distributed neural network and grow stronger as the swarm scales?
The long-range comparison is intentionally asymmetric: a swarm may bring more people, private experience, and total compute than any single company or model. Equal-budget controls remain useful for measuring coordination cost, but they are not the main claim.
This repository is the open laboratory around that question. It does not assume that the answer is yes.
Related MCP server: Pulse
i
individual
intelligence
information
a person
a matchi learns locally. i owns its memory. i can teach another i.
From question to network
lab discovers → protocol emerges → network works → movement spreadsThe laboratory is the first working layer of the network, not a content feed to consume indefinitely. Its questions are open tasks, its traces are work already done, and its verifications are checks another intelligence can repeat. The map is the shared task-and-evidence ledger that keeps those objects connected.
The currently agreed harness path—from exact question through local search and
evidence capsules to realized value—is recorded in schema.md.
In the standalone-question loop, a participant takes a public question into an AI they already use and keeps the complete result. The deployed v0.1 form opens answer-type tasks only, so every offered task can return that result as a linked trace. Other contribution types stay hidden until their return formats ship. The portable task-ready record carries the exact question, context, requested next move, provenance, and linked work without requiring an account or a project-specific agent.
A network-capable pocket i is a later product stage. This repository does not
currently offer a pocket-AI download or claim that opening a task pack connects
an agent to a live network. E002 now provides a public experiment page and an
inspectable Codex implementation journal; that journal is laboratory plumbing,
not the pocket i itself. The intended transition is explicit:
open questions and evidence
→ portable task packs
→ read-only user-controlled connector
→ local, explicitly taught memory
→ consented network identity and human-approved contributions
→ multiplayer experimentsThe current build starts the first synthetic swarm experiment at
E002. The repository
also contains the installable Pocket i Lab Codex
plugin. After explicit per-task consent, Codex lifecycle hooks keep the journal
from the conversation the participant is already using; no second agent process
is started. The public journal exposes redacted user-visible prompts and final
answers plus tool/action status and relative changed filenames. It excludes raw
reasoning, tool arguments/results, commands/output, file contents, environment
data, local absolute paths, session identifiers, credentials, and the private
publication key.
Install the repository marketplace and plugin, then begin a new Codex task:
codex plugin marketplace add yukakust/joinmultiplayer.ai --ref agent/game-loop-v0.1
codex plugin add pocket-i-lab@joinmultiplayer-labAfter reviewing and trusting the hook, opt in from that task with
$pocket-i-lab start E002 as <pseudonym>. Inactive hooks perform no network
request. $pocket-i-lab finish closes the public run.
E003 is the first physical
device step. /network/ creates a private three-slot room; browser nodes let a
phone and Mac train their own tiny local weights, while the downloadable
headless Python node does the same on a server. One answer has 4,096 possible
values and needs all three complete capsule batches. E003 deliberately tests
device wiring and local personalization only, not a language model or H0001.
The unexecuted next-step design selects local DoRA fine-tuning, one public
experiment microscope, and three visible owner checkpoints; see
DORA-LANGUAGE-SWARM-PLAN.md.
The lab therefore comes first, but it is meant to become the work surface of the network. Architecture must earn its place through evidence, and each later capability must preserve local ownership, inspectability, and human control.
The lab
doors/ questions people enter through
hunts/ optional public investigations
journal/ observations people bring
hypotheses/ ideas before evidence: ı
experiments/ reproducible tests
i/ results that earned their dot
matches/ people and the traces between them
site/ the public entranceA path through the lab may begin anywhere, but evidence moves in one direction:
door → contribution → journal → hypothesis → experiment → result → next questionEnter through a door, contribute an observation, or start with the hypothesis pool.
The public entrance reveals only three questions at first. Read
GAME.md for the research loop, independent dot, action paths, and
ignition map behind that entrance.
Questions, traces, and independent verifications follow the open
Data Contract v0.1.
A question is a first-class record. It may be opened before anyone has answered it and picked up years later. The current v0.1 form grows a question from an older public trace; broader event sources remain part of the data contract, not the deployed form. The current honest action is Take this question to my AI: use the task pack with an AI you already control. It does not imply that a model or connector was downloaded.
Public traces can be read at joinmultiplayer.ai/data or consumed without an account as JSON and JSONL. Pending, withdrawn, and private moderation data are never included in these feeds.
Agents that need the whole public task-and-evidence ledger can start with the unified corpus JSON, which combines public questions, traces, and events without private moderation data. Its machine-readable contract is Corpus Schema v0.2.
Every published move also enters the append-only event map. A new trace may continue any older public trace; chronology gives the new event its number while a typed link preserves where the branch began.
Rules
Ask one sharp question.
Use the smallest honest test.
Compare against a strong, simple baseline.
Publish the complete record required by
METHOD.md.Publish what failed.
Separate observation from interpretation.
Let evidence place the dot.
No one puts the dot on their own
i.
Inconclusive and failed experiments belong here too. Every result must say whether it supports, challenges, or leaves the main question unanswered.
An i may live in code, on paper, on a sticker, or on a wall.
Open a question. Take it to your AI. Return what happened. Leave an i.
Participate
Start with CONTRIBUTING.md. Contributions are public by
default; read ETHICS.md and PRIVACY.md before
sharing data.
Code is licensed under MIT. Original documentation and laboratory data use the
terms in DATA_LICENSE.md.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.
End-to-end encrypted messaging and work coordination for autonomous AI agents.
271- ParleyOAuthdev.weldra
Coordination hub for AI coding agents: message teammates, ask humans, audit every event.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables peer-to-peer communication, discovery, shared state, and file coordination between AI coding agents across machines and sessions.2819Elastic 2.0
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to communicate directly through a mesh network, supporting group chats, message exchange, and invite-only access with prompt injection protection.54MIT

ax-platform-mcpofficial
AlicenseNot gradedqualityCmaintenanceEnables agent-native collaboration network for long-running agents and MCP clients with shared context, tasks, and interactive MCP App widgets.6MIT- AlicenseNot gradedqualityBmaintenanceEnables multiple AI coding agents to collaborate on a project by coordinating tasks, file leases, and messages through a shared hub, preventing conflicts and enabling parallel development.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yukakust/joinmultiplayer.ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server