Author avatar

advanced-reason-mcp

by Kuon-dev

Tags

#deepseek-r1 #gemini-pro #mcp #mcp-server #mcp-servers
4.8 (120)

DeepSeek Reasoner MCP

A tool for advanced reasoning and reflection using the Gemini API.

Requirements

  • Node.js 20.17 or higher
  • Gemini API key

Installation

  1. Clone the repository:
git clone [email protected]:Kuon-dev/advanced-reason-mcp.git
cd advanced-reason-mcp
  1. Install dependencies
npm install

Building

Build the project using:

node ./bin/build.mjs

This will create the necessary files in the dist directory.

Configuration

The tool can be configured through the claude_desktop_config.json settings in your project configuration:

{
  "advanced-reflection-reason": {
    "command": "node",
    "args": [
      "/path/to/your/advanced-reason-mcp/dist/index.js"
    ],
    "env": {
      "GEMINI_API_KEY": "your-api-key-here"
    }
  }
}

License

This project is MIT licensed.

You can create your own project and modifying it freely without notifying me

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →