This MCP server integrates with Google's Gemini API to provide analytical thinking capabilities without code generation. Developed by Anthropic, it features sequential thought processing, branching analysis paths, session persistence, and advanced semantic filtering of codebases. The server is designed for complex problem-solving tasks, codebase analysis, and architectural decision-making in software development contexts.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Analyzes a question or problem using Gemini. Parameters: query (required), context (optional), approach (optional), previousThoughts (optional), thought (optional), nextThoughtNeeded (required), thoughtNumber (required), totalThoughts (required), isRevision (optional), revisesThought (optional), branchFromThought (optional), branchId (optional), needsMoreThoughts (optional)
Manages session states with commands like 'save', 'load', or 'getState'. Parameter: sessionCommand (required), sessionPath (required for 'save' and 'load')