/ Directorio / Playground / Knowledge RAG MCP
● Comunidad lyonzin ⚡ Instantáneo

Knowledge RAG MCP

por 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.

Demo en vivo

Cómo se ve en la práctica

knowledge-rag-mcp.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/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"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Knowledge RAG MCP

Get started with Knowledge RAG MCP

Cuándo usarlo: When you want to bring Knowledge RAG MCP into your Claude workflow.

Flujo
  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.✓ Copiado

Resultado: Claude can interact with Knowledge RAG MCP directly from your IDE.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills