Skip to main content
Glama

Agentset

Official
by agentset-ai

에이전트셋 MCP

검색 증강 생성(RAG)을 위한 오픈소스 플랫폼인 Agentset용 MCP 서버입니다. 지능형 문서 기반 애플리케이션을 빠르고 효율적으로 구축하려는 개발자를 위해 설계되었습니다.

설치

npm을 사용하여:

지엑스피1

실을 사용하여:

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

pnpm 사용:

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

클로드에 추가

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

네임스페이스 ID를 환경 변수로 전달

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

사용자 정의 도구 설명 전달

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

세입자 ID 전달:

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

API 참조

자세한 내용은 전체 문서를 참조하세요.

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.

검색 증강 생성(RAG)을 위한 오픈소스 플랫폼입니다. 문서를 업로드하고 쿼리하세요 ⚡

  1. 설치
    1. 클로드에 추가
        1. 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