Deepseek Reasoner

by comeonzhj

296 downloads
Not rated
GitHub

Description

# Have a think MCP Server [English](README-en.md)|中文 全程由 Claude 构建,相关提示词参考[how-to-prompt](how-to-prompt.md) ## 如何使用 1. 确保已经安装了 python 3.10+ 2. clone 仓库 ```bash git clone https://github.com/comeonzhj/have-a-think.git ``` 3. 安装依赖 ```bash pip install "mcp[cli]" httpx python-dotenv…

About

# Have a think MCP Server [English](README-en.md)|中文 全程由 Claude 构建,相关提示词参考[how-to-prompt](how-to-prompt.md) ## 如何使用 1. 确保已经安装了 python 3.10+ 2. clone 仓库 ```bash git clone https://github.com/comeonzhj/have-a-think.git ``` 3. 安装依赖 ```bash pip install "mcp[cli]" httpx python-dotenv ``` 4. 创建一个 `.env` 文件保存你的 DeepSeek API…

Details

Author
comeonzhj
Downloads
296
Categories
Other

- Uses the DeepSeek API for reasoning
- Simple Python-based MCP server
- Requires only a DeepSeek API key
- Easy to install and configure
- Compatible with multiple MCP clients

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Deepseek Reasoner
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Python 3.10+, clone the repository, install dependencies (mcp[cli], httpx, python-dotenv), create a .env file with your DEEPSEEK_API_KEY, and run python have-a-think.py. Alternatively, configure it in an MCP client by providing the server command and its arguments in the client's settings.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "deepseek reasoner": {
            "deepseek-reasoner": {
                "command": "python",
                "args": [
                    "/path/to/have-a-think/have-a-think.py"
                ],
                "env": {
                    "DEEPSEEK_API_KEY": "your_deepseek_api_key_here"
                }
            }
        }
    }
}

McpServers

{
    "deepseek-reasoner": {
        "command": "python",
        "args": [
            "/path/to/have-a-think/have-a-think.py"
        ],
        "env": {
            "DEEPSEEK_API_KEY": "your_deepseek_api_key_here"
        }
    }
}

Have a think MCP Server

English|中文

全程由 Claude 构建,相关提示词参考how-to-prompt

如何使用

1. 确保已经安装了 python 3.10+
2. clone 仓库

git clone https://github.com/comeonzhj/have-a-think.git
3. 安装依赖
pip install "mcp[cli]" httpx python-dotenv

4. 创建一个 .env 文件保存你的 DeepSeek API key:

DEEPSEEK_API_KEY=your_deepseek_api_key_here

你可以从 DeepSeek's website 获取 DeepSeek 的 Key

直接运行服务:

python have-a-think.py

安装到 Claude / windsurf / cursor / 5ir 等客户端:

{
    "mcpServers": {
      "deepseek-reasoner": {
        "command": "python",
        "args": [
          "/path/to/have-a-think/have-a-think.py"
        ],
        "env": {
          "DEEPSEEK_API_KEY": "your_deepseek_api_key_here"
        }
      }
    }
  }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.