Skip to content
Grok

XKnow Knowledge Base for Grok

io.github.techreone/xknow-mcp

Search and explore source-backed SEO, SaaS, and LLM-wiki knowledge from the XKnow knowledge base.

client:Grok transport:stdio runtime:npm

Install XKnow Knowledge Base in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "xknow-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xknow-mcp"
      ]
    }
  }
}

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

XKnow Knowledge Base in other clients