Skip to content
Grok

mcp knowledge gaps for Grok

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

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

client:Grok transport:stdio runtime:pypi

Install mcp knowledge gaps in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-knowledge-gaps": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-knowledge-gaps"
      ],
      "env": {
        "KNOWLEDGE_GAPS_LICENSE": "<KNOWLEDGE_GAPS_LICENSE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp knowledge gaps in other clients