Skip to content
Gemini CLI

mcp knowledge gaps for Gemini CLI

io.github.onetrueclaude-creator/mcp-knowledge-gaps

Find what your knowledge base mentions but doesn't actually explain.

client:Gemini CLI transport:stdio runtime:pypi

Install mcp knowledge gaps 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": {
    "mcp-knowledge-gaps": {
      "command": "uvx",
      "args": [
        "mcp-knowledge-gaps"
      ],
      "env": {
        "KNOWLEDGE_GAPS_LICENSE": "<KNOWLEDGE_GAPS_LICENSE>"
      }
    }
  }
}

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

mcp knowledge gaps in other clients