Skip to main content

Copilot

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.

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


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

Workspace configuration


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

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

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, the fastest way to get started is to install our browser extension from the Chrome Web Store (Chrome, Firefox, and Edge supported).