Advanced Reason MCP
@Kuon-dev
About Advanced Reason MCP
Enhanced version of "Sequential Thinking" MCP
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Comments