MCP-RAG
@kira1228
关于 MCP-RAG
AI-powered Chat System with multiple MCP servers.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-RAG-": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-RAG?
MCP-RAG is an AI-powered chat system that integrates multiple MCP servers (Filesystem, Slack, Brave-Search) to enable the Claude AI to retrieve and reference information from local documents, Slack conversations, and real-time web search based on user queries. It is built for users who want a unified assistant that can seamlessly access diverse data sources.
How to use MCP-RAG?
Install uv (see README for install commands), clone the repository, create a .env file with ANTHROPIC_API_KEY, SLACK_BOT_TOKEN, SLACK_TEAM_ID, and BRAVE_API_KEY, then set up a virtual environment and install dependencies with uv venv and uv sync. Run the client using uv run client.py path/to/dir/you/want/to/use.
Key features of MCP-RAG
- Integrates Filesystem, Slack, and Brave Search MCP servers.
- Claude automatically selects the right data source per query.
- No explicit instructions needed from the user.
- Access local folders, Slack history, and live web results.
- Simple setup with environment variables and one command to run.
Use cases of MCP-RAG
- Search and retrieve information from specified local folders.
- Access and reference Slack conversations and channels.
- Perform real-time web searches for current information.
- Use a single chat interface for documents, team chat, and internet queries.
FAQ from MCP-RAG
What are the prerequisites to run MCP-RAG?
You need to install uv and have Python available. API keys for Anthropic, Slack (bot token and team ID), and Brave Search are required.
How do I set up the required API keys?
Create a .env file and add ANTHROPIC_API_KEY, SLACK_BOT_TOKEN, SLACK_TEAM_ID, and BRAVE_API_KEY with your credentials.
Which local files can be accessed?
MCP-RAG can access any folder specified in the path/to/dir/you/want/to/use argument when running the client.
Does MCP-RAG store any data?
The README does not specify data storage. The system accesses files, Slack, and web services temporarily during query processing.
What transport or authentication does MCP-RAG use?
No transport or authentication details beyond the API tokens are provided in the README.
记忆与知识 分类下的更多 MCP 服务器
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
评论