zizkadb-mcp
PyPI: zizkadb-mcp 0.1.7
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 (anonymous install ping when MCP server starts) |
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.7
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.7.tar.gz | 11.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zizkadb_mcp-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.8 kB
Release files / zizkadb_mcp-0.1.7.tar.gz
| Download URL | zizkadb_mcp-0.1.7.tar.gz |
|---|---|
| Size | 11.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b11c7575f8ff69c836ae4463474de1fda3062e94cd2c8426c99497eb3b1de3a
|
|
BLAKE2b-256 checksum How to use checksums |
fc70e4b8d2b0c96973b1e956cf8196690ef4d55e7b5d9917e64de25fbaa41f12
|
| 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.7-py3-none-any.whl
| Download URL | zizkadb_mcp-0.1.7-py3-none-any.whl |
|---|---|
| Size | 8.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0518072b8f1df77362ba73e6b6639de20a08ebbe07e5c874e61499e47b83ec73
|
|
BLAKE2b-256 checksum How to use checksums |
d5ad0237bfc495e2a20116b9358657ab0e61250c98b35b402ecdb0713c6daa02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.9
|