- Integrations
- Zed
Connect Zed to the Route5 MCP server


Overview
Zed is a fast, multiplayer code editor with a built-in agentic AI interface. Point Zed at Route5’s MCP server and your in-editor chats can instantly pull information or open new issues without leaving Zed.
Setup instructions
- CMD , to open Zed settings.
- Add the following:
{
"context_servers": {
"route5": {
"command": {
"path": "npx",
"args": ["-y", "mcp-remote", "https://mcp.route5ai.com/mcp"],
"env": {}
},
"settings": {}
}
}
}Remote MCP connections are still early and we’ve found that the connection may fail or require multiple attempts. If you experience issues, try restarting your client or disabling and re-enabling the Route5 MCP server.
