Skip to main content

Zed

MCP server overview


With the Multiplayer MCP (Model Context Protocol), you can feed your copilots and AI IDEs the complete system context they need: user actions, traces, logs, requests, responses, header data, plus user annotations.

No missing data, no guesswork. Your AI tools can generate accurate fixes, tests, and features with minimal prompting.

Zed overview


Zed is a high-performance, multiplayer code editor built for speed and collaboration, with integrated AI assistance to help developers write, refactor, and navigate code more efficiently. If you’re new to Zed, you can learn more and find setup instructions in the official Zed MCP documentation.

Prerequisites


If you haven't already, configure your Multiplayer session recordings by completing:

  • STEP 1 - Client setup
  • STEP 2 - Backend setup

Configuration steps


  1. Open Zed settings
  2. Press CMD
  3. Add the following:
{
"context_servers": {
"multiplayer": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.multiplayer.app/v0/api/public/mcp"
],
"env": {}
},
"settings": {}
}
}
}

Next steps


👀 If this is the first time you’ve heard about us, you may want to see full stack session recordings in action. You can do that in our free sandbox: sandbox.multiplayer.app

🚀 If you’re ready to trial Multiplayer with your own app, you can follow the Multiplayer configuration steps. You can start a free plan at any time: go.multiplayer.app

📌 If you have any questions shoot us an email or join us on Discord! 💜