Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"orderly-mcp": {
"command": "npx",
"args": [
"@orderly.network/mcp-server",
"init",
"--client",
"<client>"
]
}
}
}