Skip to content
Grok

KnowledgeRail for Grok

io.github.deviank88/knowledge-rail

Persistent, evidence-backed project knowledge and task context for coding agents.

client:Grok transport:stdio runtime:npm

Install KnowledgeRail in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "knowledge-rail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "knowledge-rail"
      ]
    }
  }
}

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

KnowledgeRail in other clients