gemini-context-mcp-server
The Gemini Context MCP Server is an advanced Model Context Protocol server designed for efficient context management and caching using Gemini's extensive context capabilities. It supports large-scale sessions and context-based conversations, featuring semantic search and optimized caching for cost efficiency.
What is the maximum context window supported?
The server supports up to a 2M token context window, leveraging Gemini's capabilities.
How does the server manage session contexts?
The server maintains session-based conversations, allowing for context to be tracked and managed across multiple interactions.
Can the server perform semantic searches?
Yes, the server includes semantic search capabilities to find relevant context using semantic similarity.
How is cache managed in the server?
The server provides API caching features, including large prompt caching, TTL management, and automatic cleanup of expired caches.
What are the prerequisites for using the server?
You need Node.js 18+ installed and a Gemini API key to use the server.