RAT MCP Server (Retrieval Augmented Thinking)
@newideas99
关于 RAT MCP Server (Retrieval Augmented Thinking)
🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context between interactions.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is RAT MCP Server?
A Model Context Protocol (MCP) server that implements RAT’s two-stage reasoning process, combining DeepSeek’s reasoning capabilities with various response models.
How to use RAT MCP Server?
Clone the repository, install dependencies with npm install, create a .env file with API keys and model configuration, then build the server with npm run build. Add it to Cline’s MCP settings with the generate_response tool.
Key features of RAT MCP Server
- Two-stage processing: DeepSeek reasoning then response generation.
- Supports Claude 3.5 Sonnet, DeepSeek Reasoner, and OpenRouter models.
- Maintains conversation history with configurable context size.
- Single tool
generate_responsewith optional reasoning display. - Context clearing via
clearContextparameter.
Use cases of RAT MCP Server
- Use DeepSeek reasoning followed by a high‑quality Claude response.
- Keep conversation context across multiple interactions.
- Debug by inspecting the reasoning process with
showReasoning. - Reset the conversation for a new topic using
clearContext.
FAQ from RAT MCP Server
What API keys do I need?
You need a DeepSeek API key and an OpenRouter API key. An Anthropic API key is optional if you use Claude models.
How do I clear the conversation context?
Set clearContext: true in the generate_response tool arguments.
Can I see the reasoning process?
Yes, set showReasoning: true in the tool call to display DeepSeek’s reasoning.
What models can be used for final response?
Claude 3.5 Sonnet (via Anthropic) or any model available on OpenRouter, such as GPT-4 or Gemini.
Is there a context size limit?
Yes, the server supports a configurable context size limit (adjustable via settings).
AI 与智能体 分类下的更多 MCP 服务器
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
评论