Skip to content
Gemini CLI

resolver for Gemini CLI

ai.anha/resolver

Resolve @handles to post-quantum-signed agent identities and transact with the brands behind them.

client:Gemini CLI transport:streamable-http

Install resolver in Gemini CLI

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

{
  "mcpServers": {
    "resolver": {
      "httpUrl": "https://resolver.anha.ai/mcp"
    }
  }
}

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

resolver in other clients