🤔 Thoughtful Claude - DeepSeek R1 Reasoning Server
@martinbowling
关于 🤔 Thoughtful Claude - DeepSeek R1 Reasoning Server
MCP server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine 🤔
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Thoughtful Claude - DeepSeek R1 Reasoning Server?
An MCP server that enhances Claude’s reasoning capabilities by integrating DeepSeek R1’s advanced reasoning engine. It is designed for users who want Claude to leverage DeepSeek’s state-of-the-art reasoning model for complex multi‑step tasks.
How to use Thoughtful Claude - DeepSeek R1 Reasoning Server?
Install with Python 3.12+, the uv package manager, and a DeepSeek API key from platform.deepseek.com. Clone the repo, install dependencies (mcp[cli], httpx, python-dotenv), create a .env file with DEEPSEEK_API_KEY, then run mcp install server.py -f .env. The server auto‑starts with Claude Desktop; Claude sends queries to DeepSeek R1 for reasoning and wraps the result in <ant_thinking> tags.
Key features of Thoughtful Claude - DeepSeek R1 Reasoning Server
- Leverages DeepSeek R1’s reasoning engine
- Integrates seamlessly with Claude’s thought process
- Enterprise‑grade security via
.envand no key exposure - Full MCP protocol support with streaming responses
- Async/await architecture for efficient processing
- Proper error handling with graceful fallback messages
Use cases of Thoughtful Claude - DeepSeek R1 Reasoning Server
- Comparing numerical values (e.g., “Is 9.9 greater than 9.11?”)
- Solving logic puzzles (e.g., “If all A are B, and some B are C…”)
- Performing complex analysis (e.g., comparing quantum and classical computing)
- Answering questions that require multi‑step reasoning
FAQ from Thoughtful Claude - DeepSeek R1 Reasoning Server
What runtime requirements does the server have?
Python 3.12+ and the uv package manager are required.
How do I obtain a DeepSeek API key?
You can get one from platform.deepseek.com.
How does the server protect my API key?
The key is stored in a .env file and is never exposed in responses.
What model does the server use?
It uses the deepseek-reasoner model with streaming enabled and max tokens set to 1 (optimized for reasoning extraction).
How are errors handled?
API errors are wrapped in <ant_thinking> tags with clear messages; connection issues have a 30‑second timeout and automatic stream cleanup.
AI 与智能体 分类下的更多 MCP 服务器
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
评论