MCP Servers / development / MCP Context Server

MCP Context Server

JSON →
httpnone7development

Server providing persistent multimodal context storage for LLM agents.

Install
How to run this server

No install command recorded.

server path: mcp-context-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
MCP Context Server — MCP Server · libregistry