MCP server for ZizkaDB — give any AI agent persistent memory and observability
Project description
zizkadb-mcp
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
- Settings → Create API key (starts with
zizkadb_live_…; legacyagdb_live_…keys still work) - Paste the key into your MCP config (see below)
- Reload MCP in Cursor — events appear on your dashboard within seconds
Signup alone does not log events. You must create an API 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 "ZIZKADB_HOST": "http://localhost:8000" instead (dev key auto-injected on localhost).
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 for local development.
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 |
If ZIZKADB_API_KEY is missing on cloud, MCP tools return a clear error instead of silently failing.
Links
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 zizkadb_mcp-0.1.3.tar.gz.
File metadata
- Download URL: zizkadb_mcp-0.1.3.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad136eead1b09bb10d474f5a5cf6bd2baf10fb805b878e63e41a10e2c5a063d8
|
|
| MD5 |
738f152623eaf924df02e74b540b2808
|
|
| BLAKE2b-256 |
e78a6cf3139bc091274191bc1b44ccc14c8157157fe9b3bd090d531a27ba2cec
|
File details
Details for the file zizkadb_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: zizkadb_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08e556809528b6296a17522dabc3dbfd56c4fd6f5df7ae09295c219bcf7c9742
|
|
| MD5 |
0b7fd7fb573dec6cda010f41bb378e91
|
|
| BLAKE2b-256 |
612980cbc06112f2bc8a8595685e424cd878406814725694e49b5d9cdf2ed941
|