Skip to main content
Glama

Agentset

Official
by agentset-ai

Conjunto de agentes MCP

Servidor MCP para Agentset, una plataforma de código abierto para la Generación Aumentada por Recuperación (RAG). Diseñado para desarrolladores que desean crear aplicaciones inteligentes basadas en documentos de forma rápida y eficiente.

Instalación

usando npm:

AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id

usando hilo:

AGENTSET_API_KEY=your-api-key yarn dlx @agentset/mcp --ns your-namespace-id

usando pnpm:

AGENTSET_API_KEY=your-api-key pnpm dlx @agentset/mcp --ns your-namespace-id

Añadiendo a Claude

{ "mcpServers": { "agentset": { "command": "npx", "args": ["-y", "@agentset/mcp@latest"], "env": { "AGENTSET_API_KEY": "agentset_xxx", "AGENTSET_NAMESPACE_ID": "ns_xxx" } } } }

Consejos

Pasar el id del espacio de nombres como una variable de entorno

AGENTSET_API_KEY=your-api-key AGENTSET_NAMESPACE_ID=your-namespace-id npx @agentset/mcp

Pasar una descripción de herramienta personalizada

AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id -d "Your custom tool description"

Pasando un ID de inquilino:

AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id -t your-tenant-id

Referencia de API

Visita la documentación completa para más detalles.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Una plataforma de código abierto para la Generación Aumentada por Recuperación (RAG). Sube documentos y consúltalos ⚡

  1. Instalación
    1. Añadiendo a Claude
      1. Consejos
        1. Referencia de API

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Provides RAG capabilities for semantic document search using Qdrant vector database and Ollama/OpenAI embeddings, allowing users to add, search, list, and delete documentation with metadata support.
            Last updated -
            5
            4
            TypeScript
            Apache 2.0
          • -
            security
            F
            license
            -
            quality
            Implements Retrieval-Augmented Generation (RAG) using GroundX and OpenAI, allowing users to ingest documents and perform semantic searches with advanced context handling through Modern Context Processing (MCP).
            Last updated -
            1
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            A multi-model platform that integrates RAG (Retrieval-Augmented Generation) with LLMs, supporting OCR via Tesseract and offering both backend API and frontend web interface.
            Last updated -
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            A server that implements Retrieval-Augmented Generation using GroundX and OpenAI, enabling semantic search and document retrieval with Modern Context Processing for enhanced context handling.
            Last updated -
            Python
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentset-ai/mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server