Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP

Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP

107

The project is a Model Context Protocol (MCP) server that combines DeepSeek R1's reasoning abilities with Claude 3.5 Sonnet's response capabilities. It operates through OpenRouter, focusing on structured reasoning with automated conversation management.

Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP

A Model Context Protocol (MCP) server that integrates the reasoning power of DeepSeek R1 with the response generation of Claude 3.5 Sonnet via OpenRouter.

Features

  • Two-stage process with DeepSeek for reasoning (50k character context) and Claude for response (600k character context).
  • Smart management of concurrent conversations, supporting context clearing.
  • Optimized parameters for creativity and repetition control.

Installation

Via Smithery

Install automatically using Smithery.

Manual Installation

  1. Clone the repository.
  2. Install dependencies.
  3. Configure with the necessary API key.
  4. Build the server.

Tool Usage

  • generate_response: Generates responses with customizable options for reasoning and context handling.
  • check_response_status: Can check status of response generation tasks.

Development

Auto-rebuild during development with npm run watch.

How It Works

  • Stage 1: DeepSeek extracts reasoning from metadata.
  • Stage 2: Claude generates final response using the reasoning.

License

MIT License.