Skip to content
VS Code

ZettelForge for VS Code

io.github.rolandpg/zettelforge

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

client:VS Code transport:stdio runtime:pypi

Install ZettelForge in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ZettelForge in other clients