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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Analyzes a question or problem using Gemini's capabilities. Parameters: query (string, required), context (string, optional), approach (string, optional), previousThoughts (array, optional), thought (string, optional), nextThoughtNeeded (boolean, required), thoughtNumber (number, required), totalThoughts (number, required), isRevision (boolean, optional), revisesThought (string, optional), branchFromThought (number, optional), branchId (string, optional), needsMoreThoughts (boolean, optional).
Manages sessions with commands like 'save', 'load', and 'getState'. Requires sessionPath (string, required for 'save' and 'load').