MCP Directory
Back

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

by newideas99 · JavaScript · ★ 114

🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context between interactions.

Install

npx -y github:newideas99/Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "deepseek-thinking-claude-3-5-sonnet-cline-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:newideas99/Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@newideas99/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. - **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 Open…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers