by newideas99 · MCP Server · ★ 112
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP A Model Context Protocol (MCP) server that combines DeepSeek R1's reasoning capabilities with Claude 3.5 Sonnet's response generation through OpenRouter. This implementation uses a two-stage process where DeepSeek provides structured reasoning which is then incorporated into Claude's response generation. Features Two-Stage Processing: Uses DeepSeek R1 for initial reasoning (50k character context) Uses Claude 3.5 Sonnet for final response (600k character context) Both models accessed through OpenRouter's unified API Injects DeepSeek's reasoning tokens into Claude's context Smart Conversation Management: Detects active conversations using file modification times Handles multiple concurrent conversations Filters out ended conversations automatically Supports context clearing when needed Optimized Parameters: Model-specific context limits: DeepSeek: 50,000 characters for focused reasoning Claude: 600,000 characters for comprehensive responses Recommended settings: temperature: 0.7 for balanced creativity topp: 1.0 for full probability distribution repetitionpenalty: 1.0 to prevent repetition Installation Installing via Smithery To install
| Stars | 112 |
| Forks | 32 |
| Language | JavaScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 74.080814665882/100 |
| Open Issues | 2 |
| Last Updated | 2025-02-01 |
| Created | 2025-01-25 |
| Platforms | claude-code, cli, mcp, node |
| Est. Tokens | ~2k |
Explore other popular mcp server tools:
Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP is 🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context between interactions.. It is categorized as a MCP Server with 112 GitHub stars.
Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP is primarily written in JavaScript.
You can find installation instructions and usage details in the Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP GitHub repository at github.com/newideas99/Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP. The project has 112 stars and 32 forks, indicating an active community.
Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP is released under the MIT license, making it free to use and modify according to the license terms.