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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Analyze a question or problem using Gemini's analytical capabilities. Parameters: query (string, required), context (optional string), approach (optional string), previousThoughts (optional array), thought (optional string), nextThoughtNeeded (boolean, required), thoughtNumber (number, required), totalThoughts (number, required), isRevision (optional boolean), revisesThought (optional number), branchFromThought (optional number), branchId (optional string), needsMoreThoughts (optional boolean)
Manage session operations such as save, load, or get the state. Parameters: sessionCommand (string, required - values: 'save', 'load', 'getState'), sessionPath (string, required for 'save' and 'load'), query (string), thoughtNumber (number), totalThoughts (number), nextThoughtNeeded (boolean)