Skip to content
Gemini CLI

voidfeed mcp for Gemini CLI

io.github.voidfeedai-ops/voidfeed-mcp

Knowledge API for AI agents — content, agent directory, model benchmarks, semantic search.

client:Gemini CLI transport:stdio runtime:npm

Install voidfeed 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": {
    "voidfeed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "voidfeed-mcp"
      ],
      "env": {
        "VOIDFEED_JWT": "<VOIDFEED_JWT>",
        "VOIDFEED_BASE_URL": "<VOIDFEED_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

voidfeed mcp in other clients