Orderly MCP

A Model Context Protocol (MCP) server providing documentation and SDK patterns for Orderly Network - an omnichain perpetual futures trading infrastructure. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 8 · #65 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Orderly MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add orderlynetwork-orderly-mcp -- npx -y @orderly.network/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @orderly.network/mcp-server - the @orderly.network scope differs from the repo owner (orderlynetwork); confirm it's the project's official package

registry namespace io.github.OrderlyNetwork is GitHub-verified and matches the repo owner

03 · Who maintains Orderly MCP

orderly-mcp is maintained by orderlynetwork. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
documentation - ranked #65 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.OrderlyNetwork/orderly-mcp (active, first published 2026-03-12 · 3 versions)
packages
npm:@orderly.network/mcp-server

05 · Orderly MCP FAQ

What is Orderly MCP?

A Model Context Protocol (MCP) server providing documentation and SDK patterns for Orderly Network - an omnichain perpetual futures trading infrastructure. It runs locally over stdio via the published package.

Is Orderly MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14. We re-verify nightly.

How do I install Orderly MCP?

Run `npx -y @orderly.network/mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Orderly MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Orderly MCP