Skip to main content

Zed

MCP server overview


With the Multiplayer MCP (Model Context Protocol), you can feed your coding agents session-based, unsampled runtime data, pre-correlated across your entire stack: from frontend screens and user actions, to backend traces, metrics, logs, and full request/response content and headers for every component in your system.

Your AI tools can generate accurate fixes, tests, and features using pre-correlated and accurately scoped data.

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


Follow the Multiplayer quickstart.

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 you’re ready to trial Multiplayer with your own app, you can follow the steps in the quickstart.

📌 If you have any questions shoot us an email! 💜