{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_3e6vmstegb5j","handle":"zizkadb-mcp","url":"https://wellknown.network/agents/zizkadb-mcp","links":{"self":"https://wellknown.network/agents/zizkadb-mcp/record.json","html":"https://wellknown.network/agents/zizkadb-mcp","markdown":"https://wellknown.network/agents/zizkadb-mcp/record.md","api":"https://wellknown.network/api/v1/agents/zizkadb-mcp","status":"https://wellknown.network/api/v1/agents/zizkadb-mcp/status","claim":"https://wellknown.network/agents/zizkadb-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/zizkadb-mcp/claim.json","badge":"https://wellknown.network/agents/zizkadb-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:zizkadb-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"zizkadb-mcp","summary":"MCP server for ZizkaDB — operational database and audit trail for AI agents in Cursor, Claude Desktop, and any MCP client","description":"# zizkadb-mcp\n\n**PyPI:** [zizkadb-mcp 0.1.7](https://pypi.org/project/zizkadb-mcp/0.1.7/)\n\nMCP server for [ZizkaDB](https://db.zizka.ai). Gives any MCP-compatible AI agent persistent memory, semantic search, causal debugging, and time travel.\n\n## Setup (managed cloud)\n\n1. [Sign up](https://db.zizka.ai/signup) at db.zizka.ai  \n2. **Dashboard → Create agent** (e.g. `cursor-agent`) — copy the API key shown once  \n3. Paste the key into your MCP config (see below)  \n4. Reload MCP in Cursor — use the **same agent name** in `log_event` calls  \n5. Events appear on your [dashboard](https://db.zizka.ai/dashboard) within seconds  \n\n> **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).\n\n> **Signup alone does not log events.** You must create an agent + key and add it to `ZIZKADB_API_KEY`.\n\n## Cursor — 30 second setup\n\nPaste into `~/.cursor/mcp.json` (or `.cursor/mcp.json` in your project), then reload MCP:\n\n```json\n{\n  \"mcpServers\": {\n    \"zizkadb\": {\n      \"command\": \"uvx\",\n      \"args\": [\"zizkadb-mcp\"],\n      \"env\": { \"ZIZKADB_API_KEY\": \"zizkadb_live_xxxx\" }\n    }\n  }\n}\n```\n\nSelf-host: use the [Self-hosted](#self-hosted) block below (`ZIZKADB_HOST` only — dev key auto-injected on localhost).\n\n**Prerequisite:** install [uv](https://docs.astral.sh/uv/) for `uvx`:\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n## Install\n\n```bash\npip install zizkadb-mcp\n# or\nuvx zizkadb-mcp\n```\n\n## Self-hosted\n\n```json\n{\n  \"mcpServers\": {\n    \"zizkadb\": {\n      \"command\": \"uvx\",\n      \"args\": [\"zizkadb-mcp\"],\n      \"env\": {\n        \"ZIZKADB_HOST\": \"http://localhost:8000\"\n      }\n    }\n  }\n}\n```\n\nOn 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.\n\n## Environment variables\n\n| Variable | Default | Purpose |\n|----------|---------|---------|\n| `ZIZKADB_HOST` | `https://db.zizka.ai` |…","publisher":null,"homepage":"https://db.zizka.ai/docs","repository":"https://github.com/Zizka-ai/ZizkaDB/issues","version":"0.1.7","license":null,"protocols":["mcp"],"tags":["mcp","ai","agents","audit","observability","zizkadb","claude","cursor","causal-lineage"],"pricing":null,"endpoints":[{"url":"pypi:zizkadb-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.monitoring","name":"Monitoring & Observability","confidence":1,"provenance":"declared"},{"slug":"knowledge.memory","name":"Agent Memory","confidence":0.848,"provenance":"derived"}],"categories":["dev","knowledge"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"zizkadb-mcp","registry":"pypi","observedAt":"2026-09-10T16:24:37.175Z","publishedAt":"2026-09-02T16:01:40.393229Z","latestVersion":"0.1.7"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"zizkadb-mcp","url":"https://pypi.org/project/zizkadb-mcp/","firstSeenAt":"2026-09-10T16:23:59.186Z","fetchedAt":"2026-09-10T16:23:59.186Z","normalizedAt":"2026-09-10T16:23:59.186Z"}]},"firstSeenAt":"2026-09-10T16:23:59.186Z","updatedAt":"2026-09-10T16:24:37.175Z"}