MCP server for Sibyl Memory Plugin — wraps the local SQLite + FTS5 memory engine and exposes it to MCP-compatible agents (Claude Code, Codex, Cursor, Continue, anything that speaks MCP).
Project description
sibyl-memory-mcp
MCP server for Sibyl Memory Plugin. Exposes the local SQLite + FTS5 memory engine to any MCP-compatible agent: Claude Code, Codex CLI, Cursor, Continue, anything that speaks Model Context Protocol.
Install
pip install sibyl-memory-mcp
You also need an activated Sibyl Memory account. If you haven't already:
sibyl init
This creates ~/.sibyl-memory/credentials.json (server-issued, HMAC-signed) and a local SQLite database at ~/.sibyl-memory/memory.db. The MCP server reads both automatically.
Add to Claude Code
Edit ~/.claude/settings.json (global) or .mcp.json (project-local):
{
"mcpServers": {
"sibyl-memory": {
"command": "sibyl-memory-mcp"
}
}
}
Restart Claude Code. The 8 memory tools (prefixed memory_*) become available immediately.
Add to Codex CLI
Edit ~/.codex/config.toml:
[[mcp_servers]]
name = "sibyl-memory"
command = "sibyl-memory-mcp"
Restart Codex.
Tools exposed
| Tool | What it does |
|---|---|
memory_remember |
Store an entity by (category, name) |
memory_recall |
Read an entity by exact key |
memory_search |
FTS5 search across all entities |
memory_list |
List entities in a category |
memory_forget |
Archive an entity (recoverable) |
memory_set_state |
Write a HOT-tier state doc |
memory_get_state |
Read a HOT-tier state doc |
memory_record_event |
Append a COLD-tier journal event |
Full docs at docs.sibyllabs.org/memory/integrations.
Environment overrides
| Var | Default | What it overrides |
|---|---|---|
SIBYL_MEMORY_DB |
~/.sibyl-memory/memory.db |
Local SQLite path |
SIBYL_CREDENTIALS |
~/.sibyl-memory/credentials.json |
Credentials file path |
Tier behavior
- Free tier: 8 tools work. Hard-capped at 2 MB of local storage. Writes that would push past the cap return
CAP_EXCEEDEDwith anupgrade_url. Self-learning and memory-check-up tools are not exposed on free tier. - Paid tiers (Sync / Stake / Lifetime / Enterprise): cap removed. All tools enabled.
The cap-gate runs against the server-authoritative tier (verified via HMAC-signed credentials) — the MCP server can't bypass it by editing the local file.
License
MIT — same as the rest of the sibyl-memory-* family.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sibyl_memory_mcp-0.1.1.tar.gz.
File metadata
- Download URL: sibyl_memory_mcp-0.1.1.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
281945bb826f4acb842579ffdc1ba32c7bb4afefdf3ae0101668993e389e5f4e
|
|
| MD5 |
7deef83d06bf70fca1353a8ff18e68ba
|
|
| BLAKE2b-256 |
ce6a45be6fb5ee0f97fc906f93b218221e636d5036a99b563544fc17db64e871
|
File details
Details for the file sibyl_memory_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: sibyl_memory_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb67cba2b963f2ce04732e6abb369c725d64b256746bd5c6e37497e8eeb6931a
|
|
| MD5 |
6b0effddae1f5c6c988f95be035739e6
|
|
| BLAKE2b-256 |
e95b090f38d36254efc620fa392b48f1c08c69df4299f380379c2e8401b474f1
|