Skip to content
Gemini CLI

uranium mcp for Gemini CLI

io.github.xkelxmc/uranium-mcp

MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb.

client:Gemini CLI transport:stdio runtime:npm

Install uranium mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "uranium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "uranium-tools-mcp"
      ],
      "env": {
        "URANIUM_API_KEY": "<URANIUM_API_KEY>"
      }
    }
  }
}

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

uranium mcp in other clients