Skip to content
Cursor

orderly mcp for Cursor

io.github.orderlynetwork/orderly-mcp

MCP Server for Orderly Network - Documentation and SDK patterns

client:Cursor transport:stdio runtime:npm

Install orderly mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

orderly mcp in other clients