Skip to main content

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)

  1. Sign up at db.zizka.ai
  2. Dashboard → Create agent (e.g. cursor-agent) — copy the API key shown once
  3. Paste the key into your MCP config (see below)
  4. Reload MCP in Cursor — use the same agent name in log_event calls
  5. Events appear on your dashboard within seconds

Agent name must match. If your key is for cursor-agent, log with agent="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 "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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zizkadb_mcp-0.1.4.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zizkadb_mcp-0.1.4-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file zizkadb_mcp-0.1.4.tar.gz.

File metadata

  • Download URL: zizkadb_mcp-0.1.4.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for zizkadb_mcp-0.1.4.tar.gz
Algorithm Hash digest
SHA256 a9d4f1c2f08619aa53b9f6051f2a6ce8c35aea0ea9262ce118f6e39cd19a512b
MD5 a29f6019f1dcab1c42c983c762d302a0
BLAKE2b-256 a33010a3205b1bb9c0b8c3331699e65bb68f2ecdb55c7ff96cb83fab7958bdec

See more details on using hashes here.

File details

Details for the file zizkadb_mcp-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: zizkadb_mcp-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for zizkadb_mcp-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 38cdd3df0ada1b66d2abf96d5acd3ffccf0ea198fe1781b4c0b8111eea5e920e
MD5 ff2016761b444294ddc27d3b17f60c6e
BLAKE2b-256 628c713c38afa3fcbb29d3bd55590dd024b889fc11b3e63aad36020fd351195f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page