Odel
orderly mcp

orderly mcp

Local
@orderlynetwork8JavaScriptMITUpdated 3w ago

MCP Server for Orderly Network - Documentation and SDK patterns

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@orderly.network/mcp-serverv1.1.1

Run

npx -y @orderly.network/mcp-server

MCP client config

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