Skip to content
Grok

knowing for Grok

io.github.blackwell-systems/knowing

Content-addressed code graph with 22 MCP tools for AI agents.

client:Grok transport:stdio runtime:npm

Install knowing in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "knowing": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ]
    }
  }
}

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

knowing in other clients