Skip to content
Grok

Konstruct for Grok

io.github.alright-alright/konstruct

Knowledge graph for AI agents. Query concepts, walk edges, get advisories.

client:Grok transport:streamable-http

Install Konstruct in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "konstruct": {
      "type": "http",
      "url": "https://konstruct-api.aerynw.workers.dev/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

Konstruct in other clients