Skip to main content
Glama

エージェントセットMCP

検索拡張生成(RAG)のためのオープンソースプラットフォームであるAgentset用のMCPサーバー。インテリジェントなドキュメントベースのアプリケーションを迅速かつ効率的に構築したい開発者向けに設計されています。

npmバージョン ライセンス ビルドステータス ダウンロード サイズ

インストール

npm を使用する:

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

糸を使って:

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