Skip to main content

Copilot

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.

Copilot overview


GitHub Copilot is an AI coding assistant built by GitHub and OpenAI, integrated directly into editors like Visual Studio Code, JetBrains IDEs, and Neovim. It helps developers write, refactor, and understand code by suggesting context-aware completions. If you’re new to GitHub Copilot, you can learn more and find setup instructions in the official GitHub Copilot documentation.

Copilot uses the same MCP configuration as VS Code.

Prerequisites


Follow the Multiplayer quickstart.

Workspace configuration


Create .vscode/mcp.json in your workspace folder:

{
"mcpServers": {
"Multiplayer": {
"url": "https://api.multiplayer.app/v0/api/public/mcp"
}
}
}

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! 💜