local-rag-mcp-server

efn-2101/local-rag-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
ローカルの共有フォルダをナレッジベースとして、CLINE(AI コーディングアシスタント)から自然言語で検索できる MCP サーバー
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-rag-mcp-server": {
      "command": "uvx",
      "args": [
        "local-rag-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install local-rag-mcp-server