Skip to main content
Glama

代理集 MCP

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

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

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

Install Server
A
security – no known vulnerabilities
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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