A
securityF
licenseA
qualityA server that provides access to Google Gemini AI capabilities including text generation, image analysis, YouTube video analysis, and web search functionality through the MCP protocol.
Last updated -
6
7
4
TypeScript
这是模型上下文协议 (MCP) 的实现,它与 Google 的 Gemini API 集成,无需代码生成即可提供分析思维能力。
Gemini Thinking Server 是一款专用的 MCP 服务器,它利用 Google 的 Gemini 模型来提供顺序思考和问题解决能力。它能够实现以下功能:
在运行服务器之前,您需要设置您的 Gemini API 密钥:
geminithinking
工具接受以下参数:
query
(必需):要分析的问题context
(可选):附加上下文信息approach
(可选):建议解决问题的方法previousThoughts
(可选):上下文中先前想法的数组thought
(可选):您当前的思考步骤(如果为空,将由 Gemini 生成)nextThoughtNeeded
(必需):是否需要另一个思考步骤thoughtNumber
(必填):当前的想法数totalThoughts
(必填):估计需要的想法总数isRevision
(可选):这是否改变了以前的想法revisesThought
(可选):正在重新考虑哪些想法branchFromThought
(可选):分支点思想编号branchId
(可选):分支标识符needsMoreThoughts
(可选):如果需要更多想法该工具还支持会话管理命令:
sessionCommand
:管理会话的命令('save'、'load'、'getState')sessionPath
:保存或加载会话文件的路径(“保存”和“加载”命令所需)以下是如何使用该工具的示例:
服务器响应:
提供了几个示例客户端来演示不同的用例:
sample-client.js
:基本客户端示例example-usage.js
:具体使用示例codebase-analysis-example.js
:代码库分析示例session-example.js
:演示会话持久性的示例advanced-filtering-example.js
:演示高级语义过滤的示例运行会话示例:
运行高级过滤示例:
麻省理工学院
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器实现利用 Google 的 Gemini API,通过顺序思考步骤提供分析问题解决能力,而无需代码生成。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bartekke8it56w2/new-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server