mcpbeat Sign in

Citadel MCP Server

by citadeldb Your server? Claim it
local only

Citadel runs on your own machine — the client starts it, so there is no endpoint to ping. 1 508 installs a week from pypi. Last commit 13 Sep 2026.

Encrypted-first embedded database with vector search and agent memory, exposed as MCP tools

Installs per day peak 557 · avg 177 · +80% w/w
a month agotoday
1 508
Installs / week
pypi · citadeldb-mcp
3
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call file_read.path → crates/citadel-ai/src/tools.rs:726, file_read.path → crates/citadel-ai/src/tools.rs:789, run_command.program → crates/citadel-ai/src/tools.rs:1550 и ещё 3
            fs::read_to_string(&path).map_err(|e| ToolError::Failed {

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 mcp -- uvx citadeldb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "citadeldb-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "uvx"
args = ["citadeldb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "citadeldb-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "citadeldb-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CITADEL_KEY (Passphrase used to unlock the encrypted Citadel database). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Citadel

same job, measured the same way
Memwright
by bolnet

Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.

108 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
SAME - Stateless Agent Memory Engine
by sgx-labs

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

48 installs/wk local only
Qdrant MCP
by avaazquezz

MCP server that wraps the Qdrant vector database API as tools.

1 385 installs/wk local only
Engrava
by sovantica

Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.

151 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Nuzo Memory
by fabionfsc

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

35 installs/wk local only
MCP Encrypted Sqlite
by rosch100

MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more

local only

Citadel — questions

Answers built from our own checks of this server.

Why is there no uptime for Citadel?
Citadel 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 citadeldb-mcp was installed 1 508 times last week.
How do I connect Citadel?
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 citadeldb-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Citadel?
The pypi package citadeldb-mcp was installed 1 508 times in the last week. Week over week that is +80%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Citadel open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.