zizkadb-mcp
PyPI: zizkadb-mcp 0.1.5
MCP server for ZizkaDB. Gives any MCP-compatible AI agent persistent memory, semantic search, causal debugging, and time travel.
Setup (managed cloud)
- Sign up at db.zizka.ai
- Dashboard → Create agent (e.g.
cursor-agent) — copy the API key shown once - Paste the key into your MCP config (see below)
- Reload MCP in Cursor — use the same agent name in
log_eventcalls - Events appear on your dashboard within seconds
Agent name must match. If your key is for
cursor-agent, log withagent="cursor-agent". For many dynamic agent names, use a tenant-wide key (Settings).
Signup alone does not log events. You must create an agent + key and add it to
ZIZKADB_API_KEY.
Cursor — 30 second setup
Paste into ~/.cursor/mcp.json (or .cursor/mcp.json in your project), then reload MCP:
{
"mcpServers": {
"zizkadb": {
"command": "uvx",
"args": ["zizkadb-mcp"],
"env": { "ZIZKADB_API_KEY": "zizkadb_live_xxxx" }
}
}
}
Self-host: use the Self-hosted block below (ZIZKADB_HOST only — dev key auto-injected on localhost).
Prerequisite: install uv for uvx:
curl -LsSf https://astral.sh/uv/install.sh | sh
Install
pip install zizkadb-mcp
# or
uvx zizkadb-mcp
Self-hosted
{
"mcpServers": {
"zizkadb": {
"command": "uvx",
"args": ["zizkadb-mcp"],
"env": {
"ZIZKADB_HOST": "http://localhost:8000"
}
}
}
}
On localhost, the dev key (zizkadb_dev_local) is auto-injected — no API key needed. Must match DEV_API_KEY in infra/.env if you changed it.
Environment variables
| Variable | Default | Purpose |
|---|---|---|
ZIZKADB_HOST |
https://db.zizka.ai |
API base URL |
ZIZKADB_API_KEY |
— | Required on cloud. Your key from db.zizka.ai Settings |
AGENTDB_API_KEY |
— | Legacy alias for ZIZKADB_API_KEY |
AGENTDB_HOST |
— | Legacy alias for ZIZKADB_HOST |
ZIZKADB_TELEMETRY |
on | Set false to opt out (ping on MCP server startup) |
If ZIZKADB_API_KEY is missing on cloud, MCP tools return a clear error instead of silently failing.
Links
Release files for zizkadb-mcp 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zizkadb_mcp-0.1.6.tar.gz | 10.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zizkadb_mcp-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.4 kB
Release files / zizkadb_mcp-0.1.6.tar.gz
| Download URL | zizkadb_mcp-0.1.6.tar.gz |
|---|---|
| Size | 10.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
063ab4733c9265e8392b339db6a3932de93ccb2cd8a8b4881ae0f81723f16854
|
|
BLAKE2b-256 checksum How to use checksums |
167e3f8fbfb6897b3c6acc3849ecb76cfca2e75a2eced49c99eb76ff672d29ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.9
|
Release files / zizkadb_mcp-0.1.6-py3-none-any.whl
| Download URL | zizkadb_mcp-0.1.6-py3-none-any.whl |
|---|---|
| Size | 8.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2832ca9812f828f4256b0ae21dda86e95126533c3d726aafd1b421373bf3be6a
|
|
BLAKE2b-256 checksum How to use checksums |
053db70eec888d5815fc3275df0453f8a98f7921d70ad13e1d614ced2442ae95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.9
|