Skip to content
Gemini CLI

novai mcp server for Gemini CLI

io.github.0x-devc/novai-mcp-server

Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.

client:Gemini CLI transport:stdio runtime:npm

Install novai mcp server in Gemini CLI

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

{
  "mcpServers": {
    "novai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "novai-mcp-server"
      ]
    }
  }
}

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

novai mcp server in other clients