semantic-memory
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@semantic-memoryfind recent conversations about meditation and sleep"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
semantic-memory
ChromaDB-powered semantic memory server for nanobot.
Deployed as a Custom MCP Integration in the nanobot WebUI (Apps → Integrations → Custom). Once active, @semantic-memory in any topic gives nanobot semantic search across past conversations, health snapshots, and cross-silo topics.
Quick Start
pip install -r requirements.txt
python -m prototype.serverThen add it in the WebUI as a stdio custom integration.
Related MCP server: Eternity MCP
What it stores
Collection | Content |
| Summarised conversation turns with dates and topics |
| Daily Whoop + fasting + training metrics |
| Discussion topics with statuses |
Tools exposed via MCP
store(collection, text, metadata)— embed and store textsearch(collection, query, n)— semantic search over stored contentstore_conversation_summary(summary, date, tags)— specialised for conversationsfind_similar_days(metrics)— retrieve health days matching current profilecollection_stats()— count entries per collection
This server cannot be deployed
Maintenance
Related MCP Connectors
Memory system for AI agents with semantic search. Store and recall memories with ease.
Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.
Persistent AI memory with semantic search, conflict detection, and ticketing.
Hosted persistent memory with semantic search, importance and TTL for AI agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides AI assistants with long-term semantic memory capabilities through local vector-based storage. Enables storing, recalling, and managing information across sessions with complete privacy using ChromaDB, with no data ever leaving your machine.39MIT
- AlicenseNot gradedqualityDmaintenanceA privacy-focused local memory server that provides long-term semantic storage and retrieval for AI agents using SQLite and ChromaDB. It enables LLMs to persist and query text, chat histories, and PDF documents across sessions through the Model Context Protocol.MIT
- AlicenseNot gradedqualityCmaintenanceA persistent memory server that stores and retrieves atomic coding insights like architectural decisions and debugging patterns for AI agents. It enables agents to maintain institutional knowledge across sessions using semantic search and local SQLite storage.6 npm11MIT
- AlicenseNot gradedqualityCmaintenancePersistent semantic memory server for AI assistants via MCP, enabling long-term context retention and semantic search across conversations.11MIT