Skip to content
Grok

WitWiki for Grok

app.witwiki/witwiki

A shared team wiki your coding agents read and write — across every repo and every MCP client.

client:Grok transport:streamable-http

Install WitWiki in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "witwiki": {
      "type": "http",
      "url": "https://api.witwiki.app/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

WitWiki in other clients