Skip to content
Cline

rag for Cline

io.github.fieldcure/rag

MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.

client:Cline transport:stdio runtime:nuget

Install rag in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rag": {
      "command": "dnx",
      "args": [
        "FieldCure.Mcp.Rag",
        "--yes"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "VOYAGE_API_KEY": "<VOYAGE_API_KEY>",
        "GROQ_API_KEY": "<GROQ_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

rag in other clients