{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_xbfn98mthmmh","handle":"cortexdb-mcp","url":"https://wellknown.network/agents/cortexdb-mcp","links":{"self":"https://wellknown.network/agents/cortexdb-mcp/record.json","html":"https://wellknown.network/agents/cortexdb-mcp","markdown":"https://wellknown.network/agents/cortexdb-mcp/record.md","api":"https://wellknown.network/api/v1/agents/cortexdb-mcp","status":"https://wellknown.network/api/v1/agents/cortexdb-mcp/status","claim":"https://wellknown.network/agents/cortexdb-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/cortexdb-mcp/claim.json","badge":"https://wellknown.network/agents/cortexdb-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:cortexdb-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"cortexdb-mcp","summary":"MCP Server for CortexDB — expose memory operations to AI agents","description":"# CortexDB MCP Server\n\nMCP (Model Context Protocol) server that gives AI tools persistent long-term memory via CortexDB. Works with Claude Desktop, Cursor, Windsurf, VS Code Copilot, and any MCP-compatible client.\n\n> **0.3.0 rewrites the server against the v1 CortexDB API.** Default surface is now `https://api-v1.cortexdb.ai`. The server **auto-signs-up anonymously** on first launch — no API key required.\n\n## Quick Start\n\n```bash\n# Install (the PyPI name is `cortexdb-mcp`)\npip install cortexdb-mcp\n\n# Then run with zero config:\ncortexdb-mcp\n```\n\nFor a coding agent that only needs repository intelligence, select the compact\nread-only surface (four tools: explore, impact, inventory, graph):\n\n```bash\ncortexdb-mcp --tool-profile code\n```\n\nThis materially reduces tool-schema context while retaining natural-language\nretrieval, typed traversal, prefix symbol discovery, and directory inventory.\n\nThat's it. On first launch the server hits `POST /v1/auth/signup`, mints a free-tier PASETO token + scope for itself, and caches them under `~/.config/cortexdb-mcp/state.json` (Linux/macOS) or `%APPDATA%\\cortexdb-mcp\\state.json` (Windows). Re-launches reuse the cached identity until the token expires (7 days).\n\nTo target a custom deployment or pre-existing identity, set any of:\n\n```bash\nexport CORTEXDB_URL=\"https://api-v1.cortexdb.ai\"   # base URL\nexport CORTEXDB_API_KEY=\"v4.public...\"             # PASETO bearer token\nexport CORTEXDB_ACTOR=\"user:alice\"                 # ActorId, sent as X-Cortex-Actor\nexport CORTEXDB_SCOPE=\"org:acme/user:alice\"        # default scope path\n```\n\n## IDE Setup\n\nMost clients just need a single line — the auto-signup handles the rest.\n\n### Claude Desktop\n\nEdit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"cortexdb\": {\n      \"command\": \"cortexdb-mcp\"\n    }\n  }\n}\n```\n\n> **Windows note (audit POL-3):** if Claude Desktop / Cursor / Windsu…","publisher":null,"homepage":null,"repository":null,"version":"0.7.3","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:cortexdb-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"knowledge.memory","name":"Agent Memory","confidence":0.848,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":0.779,"provenance":"derived"}],"categories":["knowledge","security"],"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":"cortexdb-mcp","registry":"pypi","observedAt":"2026-09-09T13:21:57.483Z","publishedAt":"2026-09-03T10:16:42.629859Z","latestVersion":"0.7.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"cortexdb-mcp","url":"https://pypi.org/project/cortexdb-mcp/","firstSeenAt":"2026-09-09T13:20:34.349Z","fetchedAt":"2026-09-09T13:20:34.349Z","normalizedAt":"2026-09-09T13:20:34.349Z"}]},"firstSeenAt":"2026-09-09T13:20:34.349Z","updatedAt":"2026-09-09T13:21:57.483Z"}