Advanced Reason MCP
@Kuon-dev
About Advanced Reason MCP
Enhanced version of "Sequential Thinking" MCP
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
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!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
Comments