Back to directory
willybruhn/code-rag-server

willybruhn/code-rag-server

@WillyBruhn

MCP server for semantic code search through repositories using RAG (Retrieval Augmented Generation)

ragcode-searchsemantic-searchcode-indexingpythonmcpcontext

Installation & Configuration

{
  "mcpServers": {
    "code-rag": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/code-rag-server",
        "run",
        "code-rag-server"
      ],
      "disabled": false,
      "alwaysAllow": [],
      "timeout": 300
    }
  }
}

Information

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