Skip to content
Grok

ZettelForge for Grok

io.github.rolandpg/zettelforge

Agentic memory for cyber threat intelligence. STIX graphs, actor aliasing, offline RAG, Sigma/YARA.

client:Grok transport:stdio runtime:pypi

Install ZettelForge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "zettelforge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zettelforge"
      ]
    }
  }
}

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

ZettelForge in other clients