Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
RAT MCP Server
Claim
by
newideas99
GitHub
JavaScript
MIT License
101
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP
src
Dockerfile
.env.example
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "deepseek-thinking-claude-3-5-sonnet-cline-mcp", "version": "0.1.0", "description": "MCP server that combines DeepSeek's reasoning with Claude 3.5 Sonnet's response generation through Cline", "private": true, "type": "module", "bin": { "deepseek-thinking-claude-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@anthropic-ai/sdk": "^0.36.2", "@modelcontextprotocol/sdk": "0.6.0", "dotenv": "^16.4.7", "openai": "^4.80.1", "uuid": "^11.0.5" }, "devDependencies": { "@types/node": "^20.11.24", "@types/uuid": "^10.0.0", "typescript": "^5.3.3" } }