Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by RMANOV • Uncategorized
A production-quality SQLite-backed MCP Memory server with concurrent safety, full-text search, session tracking, and task management.
A reliable, concurrent memory store with full-text and semantic search capabilities.
Session tracking and task management integrated with their memory system.
Cross-machine synchronization of knowledge graphs and tasks via a private git bridge.
This MCP server uses SQLite with WAL mode to enable 10+ concurrent Claude Code sessions safely, providing a robust key-value store with advanced search capabilities including BM25 and optional semantic search. It supports session snapshots, structured task management with a PyQt6 GUI, cross-project sharing, and cross-machine synchronization via a private git bridge. The server is drop-in compatible with the official MCP memory tools and requires minimal dependencies, making it easy to set up and maintain.
Create new entities in the knowledge graph. Each entity dict has: name (str), entityType (str), observations (list[str]). Optional: project (str). Duplicates are silently ignored.
Add new observations to existing entities. Each dict has: entityName (str), contents (list[str]). Duplicate observations are silently ignored.
Create relations between entities in the knowledge graph. Each dict has: from (str), to (str), relationType (str). Duplicate relations are silently ignored.
Delete entities and their associated observations and relations (CASCADE). Also cleans up the FTS index.
Delete specific observations from entities. Each dict has: entityName (str), observations (list[str]).
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.