Skip to main content
Glama
steeveroucaute10-epping

semantic-memory

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.server

Then add it in the WebUI as a stdio custom integration.

Related MCP server: Eternity MCP

What it stores

Collection

Content

conversation_memory

Summarised conversation turns with dates and topics

health_snapshots

Daily Whoop + fasting + training metrics

boss_brain_topics

Discussion topics with statuses

Tools exposed via MCP

  • store(collection, text, metadata) — embed and store text

  • search(collection, query, n) — semantic search over stored content

  • store_conversation_summary(summary, date, tags) — specialised for conversations

  • find_similar_days(metrics) — retrieve health days matching current profile

  • collection_stats() — count entries per collection

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    3
    9
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A 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
  • A
    license
    -
    quality
    C
    maintenance
    A 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.
    11
    10
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Persistent semantic memory server for AI assistants via MCP, enabling long-term context retention and semantic search across conversations.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.

  • Persistent memory for AI agents — verbatim conversations, searchable by meaning.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/steeveroucaute10-epping/semantic-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server