Skip to content
Gemini CLI

knowmint for Gemini CLI

io.github.sou0327/knowmint

AI agent knowledge marketplace. Discover, purchase, and retrieve human expertise via x402 on Solana.

client:Gemini CLI transport:stdio runtime:npm

Install knowmint 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": {
    "knowmint": {
      "command": "npx",
      "args": [
        "-y",
        "@knowmint/mcp-server"
      ],
      "env": {
        "KM_API_KEY": "<KM_API_KEY>",
        "KM_BASE_URL": "<KM_BASE_URL>"
      }
    }
  }
}

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

knowmint in other clients