/ Annuaire / Playground / Knowledge RAG MCP
● Communauté lyonzin ⚡ Instantané

Knowledge RAG MCP

par lyonzin · lyonzin/knowledge-rag

Local RAG MCP — hybrid semantic + BM25 search, cross-encoder reranking, 13 tools, 20 format parsers, no API keys.

Local RAG MCP — hybrid semantic + BM25 search, cross-encoder reranking, 13 tools, 20 format parsers, no API keys.

Démo en direct

Aperçu en pratique

knowledge-rag-mcp.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "knowledge-rag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "knowledge-rag-mcp"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "knowledge-rag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "knowledge-rag-mcp"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "knowledge-rag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "knowledge-rag-mcp"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "knowledge-rag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "knowledge-rag-mcp"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "knowledge-rag-mcp",
      "command": "npx",
      "args": [
        "-y",
        "knowledge-rag-mcp"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "knowledge-rag-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "knowledge-rag-mcp"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add knowledge-rag-mcp -- npx -y knowledge-rag-mcp

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Knowledge RAG MCP

Get started with Knowledge RAG MCP

Quand l'utiliser : When you want to bring Knowledge RAG MCP into your Claude workflow.

Déroulement
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Knowledge RAG MCP to help me with a task.✓ Copié

Résultat : Claude can interact with Knowledge RAG MCP directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills