Skip to content →
  1. Integrations
  2. Zed

Connect Zed to the Route5 MCP server

Route5 and Zed logos
Route5 and Zed logos

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

  1. CMD , to open Zed settings.
  2. 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.

Build your own integration

Create your own integration with Route5’s API and submit it to the directory.

Build your own integration

Create your own integration with Route5’s API and submit it to the directory.