Skip to main content
Glama

에이전트셋 MCP

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

npm 버전 특허 빌드 상태 다운로드 크기

설치

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

Related MCP server: MCP-RAG Server

클로드에 추가

{ "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 참조

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

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

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