This repository implements a Model Context Protocol (MCP) server, leveraging DeepSeek R1 for reasoning and Claude 3.5 Sonnet for response generation via OpenRouter. It manages conversations, optimizes parameters, and supports
This project implements a Model Context Protocol (MCP) server that leverages DeepSeek R1 for reasoning and Claude 3.5 Sonnet for response generation, both accessed via OpenRouter. It uses a two-stage process: DeepSeek provides structured reasoning, which is then injected into Claude's context for generating the final response.
Key features include two-stage processing with model-specific context limits (50k characters for DeepSeek, 600k for Claude), smart conversation management with automatic filtering of ended conversations, and optimized parameters for balanced creativity and preventing repetition.
Installation is available via Smithery or manual setup, requiring an OpenRouter API key. The server is designed for use with Cline, requiring configuration in the cline_mcp_settings.json
file. It provides generate_response
and check_response_status
tools, using a polling mechanism for handling long-running requests. The project is licensed under the MIT License and credits the RAT concept by Skirano.
newideas99/Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP
January 25, 2025
March 25, 2025
JavaScript