Back to directory
newideas99/deepseek-thinking-claude-3.5-sonnet-cline-mcp

newideas99/deepseek-thinking-claude-3.5-sonnet-cline-mcp

@newideas99

MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek R1 reasoning with Claude 3.5 Sonnet responses via OpenRouter

deepseekclaudereasoningopenrouterratthinkingclinecontext

Installation & Configuration

{
  "mcpServers": {
    "deepseek-claude": {
      "command": "node",
      "args": [
        "path/to/Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP/build/index.js"
      ],
      "env": {
        "OPENROUTER_API_KEY": "your_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17