{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_bmuehbqx3svf","handle":"super-memory-mcp","url":"https://wellknown.network/agents/super-memory-mcp","links":{"self":"https://wellknown.network/agents/super-memory-mcp/record.json","html":"https://wellknown.network/agents/super-memory-mcp","markdown":"https://wellknown.network/agents/super-memory-mcp/record.md","api":"https://wellknown.network/api/v1/agents/super-memory-mcp","status":"https://wellknown.network/api/v1/agents/super-memory-mcp/status","claim":"https://wellknown.network/agents/super-memory-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/super-memory-mcp/claim.json","badge":"https://wellknown.network/agents/super-memory-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:super-memory-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"super-memory-mcp","summary":"A semantic memory storage and retrieval system using LanceDB and sentence transformers","description":"# Super-Memory\n\nA semantic memory storage and retrieval MCP (Model Context Protocol) server using LanceDB and sentence transformers.\n\n## What is Super-Memory?\n\nSuper-Memory gives your AI agents long-term memory across sessions. It stores and retrieves information using semantic embeddings, so agents can recall relevant context from previous conversations, files, and web pages.\n\n## Features\n\n- **Semantic search** - Query memories by meaning, not just keywords\n- **File memory** - Read and store local file contents\n- **Web memory** - Fetch and store web page contents\n- **Boomerang context** - Special support for Boomerang Protocol session state\n- **Local storage** - All data stays on your machine in `./memory_data`\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `save_to_memory` | Store text with optional metadata |\n| `save_file_memory` | Read a file and store its content |\n| `save_web_memory` | Fetch a URL and store its content |\n| `query_memory` | Semantic search across all memories |\n| `list_sources` | List all stored sources |\n| `recall_source` | Retrieve exact source by path |\n| `save_boomerang_context` | Save Boomerang session context |\n| `get_boomerang_context` | Retrieve Boomerang session context |\n\n## Installation\n\n### Using `uv` (recommended)\n\n```bash\nuv tool install super-memory-mcp\n```\n\n### Using `pip`\n\n```bash\npip install super-memory-mcp\n```\n\n### Manual / Development\n\n```bash\ngit clone https://github.com/Veedubin/Super-Memory.git\ncd Super-Memory\nuv sync\nuv run super-memory-mcp\n```\n\n## OpenCode Configuration\n\nAdd to your `.opencode/opencode.json`:\n\n```json\n{\n  \"mcp\": {\n    \"super-memory-mcp\": {\n      \"type\": \"local\",\n      \"command\": [\"uv\", \"run\", \"super-memory-mcp\"],\n      \"enabled\": true\n    }\n  }\n}\n```\n\nOr if installed with `uv tool`:\n\n```json\n{\n  \"mcp\": {\n    \"super-memory-mcp\": {\n      \"type\": \"local\",\n      \"command\": [\"super-memory-mcp\"],\n      \"enabled\": true\n    }\n  }\n}\n```\n\n## Requirements\n\n- Python >= 3.13\n- CUDA (optional but recomm…","publisher":null,"homepage":null,"repository":null,"version":"0.5.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:super-memory-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":1,"provenance":"derived"},{"slug":"data.vector-search","name":"Vector Search","confidence":0.894,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["data","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":"super-memory-mcp","registry":"pypi","observedAt":"2026-09-10T13:21:41.502Z","publishedAt":"2026-04-22T21:21:47.839658Z","latestVersion":"0.5.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"super-memory-mcp","url":"https://pypi.org/project/super-memory-mcp/","firstSeenAt":"2026-09-10T13:20:10.903Z","fetchedAt":"2026-09-10T13:20:10.903Z","normalizedAt":"2026-09-10T13:20:10.903Z"}]},"firstSeenAt":"2026-09-10T13:20:10.903Z","updatedAt":"2026-09-10T13:21:41.502Z"}