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 capabilities. Parameters: query (required string), context (optional string), approach (optional string), previousThoughts (optional array), thought (optional string), nextThoughtNeeded (required boolean), thoughtNumber (required integer), totalThoughts (required integer), isRevision (optional boolean), revisesThought (optional string), branchFromThought (optional integer), branchId (optional string), needsMoreThoughts (optional boolean).
Manage session commands with options to save, load, or get the state. Parameters: sessionCommand (required string), sessionPath (required string for save/load), query (required string), thoughtNumber (required integer), totalThoughts (required integer), nextThoughtNeeded (required boolean).