MCP Context Server
JSON →Server providing persistent multimodal context storage for LLM agents.
Tools · 13
- store_context Store a new context entry with text, optional images, tags, and metadata
- search_context Search context entries with flexible filtering, full-text, semantic, or hybrid search
- get_context_by_ids Retrieve specific context entries by their IDs
- delete_context Delete context entries by ID or filter criteria
- update_context Update an existing context entry's content, tags, or metadata
- list_threads List all available threads with their metadata
- get_statistics Get storage statistics including entry counts and size
- semantic_search_context Perform semantic similarity search on context entries
- fts_search_context Perform full-text search with linguistic processing and ranking
- hybrid_search_context Combine full-text and semantic search using Reciprocal Rank Fusion
- store_context_batch Store multiple context entries in a single batch operation
- update_context_batch Update multiple context entries in a single batch operation
- delete_context_batch Delete multiple context entries in a single batch operation
Links
★ 7 GitHub stars