Agentset

代理集 MCP

Agentset 的 MCP 服务器,Agentset 是一个用于检索增强生成 (RAG) 的开源平台。专为希望快速高效地构建基于文档的智能应用程序的开发者而设计。

安装

使用 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

添加到克劳德

{ "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 参考

访问完整文档以了解更多详细信息。

You must be authenticated.

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

一个用于检索增强生成 (RAG) 的开源平台。上传文档并进行查询⚡

  1. Installation
    1. Adding to Claude
      1. Tips
        1. API Reference
          ID: j0twivsx3v