Skip to content
Cursor

ZettelForge for Cursor

io.github.rolandpg/zettelforge

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

client:Cursor transport:stdio runtime:pypi

Install ZettelForge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ZettelForge in other clients