Skip to content
Gemini CLI

Mudrex MCP Server for Gemini CLI

io.github.mudrex/mcp-server

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

client:Gemini CLI transport:streamable-http

Install Mudrex MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-server": {
      "httpUrl": "https://mudrex.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Mudrex MCP Server in other clients