{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_39w4xv3ba4xz","handle":"sibyl-memory-mcp","url":"https://wellknown.network/agents/sibyl-memory-mcp","links":{"self":"https://wellknown.network/agents/sibyl-memory-mcp/record.json","html":"https://wellknown.network/agents/sibyl-memory-mcp","markdown":"https://wellknown.network/agents/sibyl-memory-mcp/record.md","api":"https://wellknown.network/api/v1/agents/sibyl-memory-mcp","status":"https://wellknown.network/api/v1/agents/sibyl-memory-mcp/status","claim":"https://wellknown.network/agents/sibyl-memory-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/sibyl-memory-mcp/claim.json","badge":"https://wellknown.network/agents/sibyl-memory-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:sibyl-memory-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"sibyl-memory-mcp","summary":"MCP server for Sibyl Memory Plugin: wraps the local SQLite + FTS5 memory engine and exposes it to MCP-compatible agents (Claude Code, Codex, Cursor, Continue, anything that speaks MCP).","description":"# sibyl-memory-mcp\n\nMCP server for [Sibyl Memory Plugin](https://sibyllabs.org/memory). Exposes the local SQLite + FTS5 memory engine to any MCP-compatible agent: **Claude Code, Codex CLI, Cursor, Continue**, anything that speaks Model Context Protocol.\n\n## Install\n\n```bash\npip install sibyl-memory-mcp\n```\n\nSibyl Memory runs on Linux, macOS (Apple Silicon and Intel), and Windows through WSL2. Native Windows is not supported.\n\nYou also need an activated Sibyl Memory account. If you haven't already:\n\n```bash\nsibyl init\n```\n\nThis creates `~/.sibyl-memory/credentials.json` (server-issued, HMAC-signed) and a local SQLite database at `~/.sibyl-memory/memory.db`. The MCP server reads both automatically.\n\n## Add to Claude Code\n\nEdit `~/.claude/settings.json` (global) or `.mcp.json` (project-local):\n\n```json\n{\n  \"mcpServers\": {\n    \"sibyl-memory\": {\n      \"command\": \"sibyl-memory-mcp\"\n    }\n  }\n}\n```\n\nRestart Claude Code. The 8 memory tools (prefixed `memory_*`) become available immediately.\n\n## Add to Codex CLI\n\nEdit `~/.codex/config.toml`:\n\n```toml\n[[mcp_servers]]\nname = \"sibyl-memory\"\ncommand = \"sibyl-memory-mcp\"\n```\n\nRestart Codex.\n\n## Run with Docker\n\nA first-party image is provided at the repo root (`Dockerfile`,\n`docker-compose.yml`, `.dockerignore`). The image is non-root, runs on a\npinned slim Python base, and bakes in no secrets. Memory lives on a mounted\nvolume so it survives container recreation.\n\nThe MCP server speaks stdio, not HTTP. It is not a daemon you leave running.\nRun it attached to an MCP client's stdin, or via `docker compose run`.\n\nBuild:\n\n```bash\ndocker build -t sibyl-memory-mcp:local .\n```\n\nFirst, activate on the host so the mounted volume carries your credentials:\n\n```bash\nsibyl init\n```\n\nRun attached, mounting your host `~/.sibyl-memory` for `memory.db` and\n`credentials.json`:\n\n```bash\ndocker run -i --rm \\\n  -v \"$HOME/.sibyl-memory:/home/app/.sibyl-memory\" \\\n  sibyl-memory-mcp:local\n```\n\nNote the `-i` (keep STDIN open) and the absence of `-t` (no…","publisher":null,"homepage":"https://docs.sibyllabs.org/memory/integrations","repository":"https://github.com/Sibyl-Labs/Sibyl-Memory","version":"0.2.1","license":"MIT","protocols":["mcp"],"tags":["mcp","model-context-protocol","memory","agent","claude","claude-code","codex","sibyl"],"pricing":null,"endpoints":[{"url":"pypi:sibyl-memory-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"knowledge.memory","name":"Agent Memory","confidence":1,"provenance":"declared"},{"slug":"security.secrets","name":"Secrets Management","confidence":0.848,"provenance":"derived"},{"slug":"data.database","name":"Databases","confidence":0.802,"provenance":"derived"}],"categories":["data","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":"sibyl-memory-mcp","registry":"pypi","observedAt":"2026-09-10T12:23:27.222Z","publishedAt":"2026-09-07T18:57:29.066893Z","latestVersion":"0.2.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"sibyl-memory-mcp","url":"https://pypi.org/project/sibyl-memory-mcp/","firstSeenAt":"2026-09-10T12:22:02.559Z","fetchedAt":"2026-09-10T12:22:02.559Z","normalizedAt":"2026-09-10T12:22:02.559Z"}]},"firstSeenAt":"2026-09-10T12:22:02.559Z","updatedAt":"2026-09-10T12:23:27.222Z"}