Back to directory
renl/mcp-rag-local

renl/mcp-rag-local

@renl

基于本地RAG的MCP服务器,使用Ollama和ChromaDB进行语义文本存储与检索

memoryragollamachromadbvectorembeddingslocalcontext

Installation & Configuration

"mcp-rag-local": {
  "command": "uv",
  "args": [
    "--directory",
    "path/to/mcp-rag-local",
    "run",
    "main.py"
  ],
  "env": {
    "CHROMADB_PORT": "8321",
    "OLLAMA_PORT": "11434"
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13