Advanced Reason MCP
@Kuon-dev
关于 Advanced Reason MCP
Enhanced version of "Sequential Thinking" MCP
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"advanced-reflection-reason": {
"command": "node",
"args": [
"/path/to/your/advanced-reason-mcp/dist/index.js"
],
"env": {
"GEMINI_API_KEY": "",
"OPENROUTER_API_KEY": "",
"OPENROUTER_MODEL": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Advanced Reason MCP?
Advanced Reason MCP is a tool for advanced reasoning and reflection that uses the Gemini API and Open Router API. It is designed for developers who want to chain sequential thinking (Claude), Gemini critique, and Deepseek critique steps as a Model Context Protocol server.
How to use Advanced Reason MCP?
Clone the repository, install dependencies with npm install, and build using node ./bin/build.mjs. Configure the server in your claude_desktop_config.json with GEMINI_API_KEY, OPENROUTER_API_KEY, and optional OPENROUTER_MODEL (defaults to deepseek/deepseek-r1:free).
Key features of Advanced Reason MCP
- Chain sequential thinking with external critique models
- Integrates Gemini and Deepseek via Open Router
- Configurable critique model via environment variable
- Automated reasoning and reflection pipeline
- Built as a lightweight MCP server
Use cases of Advanced Reason MCP
- Automate multi-step reasoning and reflection tasks
- Validate and critique AI-generated reasoning chains
- Add external model feedback to Claude’s thinking process
- Experiment with different critique models for reasoning tasks
FAQ from Advanced Reason MCP
What are the runtime requirements for Advanced Reason MCP?
Node.js 20.17 or higher is required, along with a Gemini API key and an Open Router API key.
Does Advanced Reason MCP have access to my project context?
No, the AI models do not have access to your project context.
What is the default critique model?
If OPENROUTER_MODEL is not set, it defaults to deepseek/deepseek-r1:free.
What happens if a task is too complex?
If the content becomes too long, the MCP may timeout and return no response.
How do I configure Advanced Reason MCP?
Add the server entry in claude_desktop_config.json with the node command, the path to dist/index.js, and set the GEMINI_API_KEY, OPENROUTER_API_KEY, and optionally OPENROUTER_MODEL environment variables.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论