Skip to content
Zed

orderly mcp for Zed

io.github.orderlynetwork/orderly-mcp

MCP Server for Orderly Network - Documentation and SDK patterns

client:Zed transport:stdio runtime:npm

Install orderly mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "orderly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@orderly.network/mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

orderly mcp in other clients