Skip to content
Grok

IWE for Grok

io.github.iwe-org/iwe

Markdown knowledge base as agent memory. Runs against the notes directory it is started in.

client:Grok transport:stdio runtime:npm

Install IWE in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "iwe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@iwe-org/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

IWE in other clients