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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Analyze a question or problem using Gemini. Parameters: query (required string), context (optional string), approach (optional string), previousThoughts (optional array), thought (optional string), nextThoughtNeeded (required boolean), thoughtNumber (required number), totalThoughts (required number), isRevision (optional boolean), revisesThought (optional string), branchFromThought (optional number), branchId (optional string), needsMoreThoughts (optional boolean).
Manage session states with commands. Parameters: sessionCommand (required string: 'save', 'load', 'getState'), sessionPath (required string for 'save' and 'load'), query (required string), thoughtNumber (required number), totalThoughts (required number), nextThoughtNeeded (required boolean).