mcpbeat Sign in

ZettelForge MCP Server

local only

ZettelForge runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi. Last commit 10 Jul 2026.

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

Installs per day peak 54 · avg 13 · -26% w/w
a month agotoday
89
Installs / week
pypi · zettelforge
63
Stars
4 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 48

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

24 Sep the owner changed2 times that day
23 Sep the owner changed
22 Sep the owner changed
21 Sep the owner changed
20 Sep the owner changed
19 Sep the owner changed
18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
and 38 more, back to 9 August 2026

What the code does

We read the source, 1 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zettelforge -- uvx zettelforge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zettelforge": {
      "args": [
        "zettelforge"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zettelforge]
command = "uvx"
args = ["zettelforge"]
.cursor/mcp.json
{
  "mcpServers": {
    "zettelforge": {
      "args": [
        "zettelforge"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zettelforge": {
      "args": [
        "zettelforge"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to ZettelForge

same job, measured the same way
rag-rat
by cq27-dev

Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents.

116 installs/wk local only
VelesDB Memory
by cyberlife-coder

Offline agentic memory: remember/recall/relate/forget/why over a fused vector+graph+columnar engine

local only
Ariel Memory
by cipher208

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

29 installs/wk local only
I
Srclight
by srclight

Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.

2 671 installs/wk local only
A
SmartMemory
by smartmemory

Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.

1 640 installs/wk local only
I
Nexo
by wazionapps

Cognitive memory for AI agents. Atkinson-Shiffrin, RAG, knowledge graph. 100+ tools.

2 044 installs/wk local only
NervaPack
by ramdhavepreetam

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

696 installs/wk local only
garnet-mcp
by tarazou9

RAG memory for LLM agents over Garnet Vector Sets: store text as embeddings, recall by meaning.

local only

ZettelForge — questions

Answers built from our own checks of this server.

Why is there no uptime for ZettelForge?
ZettelForge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package zettelforge was installed 89 times last week.
How do I connect ZettelForge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zettelforge straight from pypi; nothing to host, nothing to sign up for.
How many people use ZettelForge?
The pypi package zettelforge was installed 89 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ZettelForge open source?
Yes — it is published under the MIT licence, written in Python, 63 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.