DevRag - Lightweight Local RAG MCP Server
@tomohiro-owada
关于 DevRag - Lightweight Local RAG MCP Server
Lightweight local RAG MCP server for semantic vector
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"devrag": {
"type": "stdio",
"command": "/usr/local/bin/devrag"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DevRag - Lightweight Local RAG MCP Server?
DevRag is a lightweight, local-only MCP server that provides Retrieval-Augmented Generation (RAG) capabilities to MCP hosts (e.g., Claude Desktop). It performs semantic vector search over indexed markdown files, dramatically reducing token usage and search latency—all without any API dependencies or costs.
How to use DevRag - Lightweight Local RAG MCP Server?
DevRag is distributed as a single binary with no dependencies. To use it, launch the binary and configure your MCP host to point to it. Once running, the server exposes tools such as search, index_markdown, list_documents, delete_document, and reindex_document for managing and querying your local knowledge base.
Key features of DevRag - Lightweight Local RAG MCP Server
- 40x token reduction via semantic vector search
- 15x faster responses (~95ms search latency)
- Runs entirely locally – no API costs
- Multi-language support – Japanese and English
- Filtered search by directory and filename patterns
- Single binary with no external dependencies
Use cases of DevRag - Lightweight Local RAG MCP Server
- Augmenting an AI assistant with a local markdown knowledge base
- Indexing personal documentation or project wikis for fast retrieval
- Reducing token usage in RAG pipelines when using paid LLM APIs
- Multi-language RAG for teams working in Japanese and English
FAQ from DevRag - Lightweight Local RAG MCP Server
Is DevRag truly local and free?
Yes. It runs entirely on your machine, with no API calls or external services, so there are no usage costs.
What are the runtime requirements?
DevRag ships as a single binary with no dependencies—just download and execute.
Which languages does it support?
Indexing and search are available in both Japanese and English.
How do I add my documents?
Use the index_markdown tool to add a markdown file to the index, and list_documents to review indexed content.
What transport does it use?
The server follows the Model Context Protocol, which typically uses STDIO transport for host–server communication.
Are there any limits on document size or number?
The README does not specify explicit limits; performance and index capacity depend on the local environment.
记忆与知识 分类下的更多 MCP 服务器
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨

Memory
modelcontextprotocolModel Context Protocol Servers
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Notion MCP Server
makenotionOfficial Notion MCP Server
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
评论