Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Maf38 • Uncategorized
A server managing context compatible with the Model Context Protocol using SQLite and SSE for real-time communication.
Maintain persistent context across sessions using the Model Context Protocol.
Real-time updates via Server-Sent Events.
That require lightweight, SQLite-based context storage with batch operation support.
MCP Server is a context management server that implements the Model Context Protocol (MCP) to maintain persistent context between sessions. It uses SQLite for data persistence and Server-Sent Events (SSE) for real-time bidirectional communication. The server supports JSON-RPC 2.0 message format, batch operations, and metadata handling, making it suitable for integration with tools like GitHub Copilot. It can be deployed easily via Docker or Docker Compose and provides health and capability endpoints for system monitoring.