代理目录MCP服务器
用于代理和服务发现的MCP服务器——在本地目录中注册、搜索、评级和管理AI代理和服务。
特性
- 注册服务 --使用名称、描述、功能、端点和标签注册新的服务/代理
- 搜索服务 --按关键字、功能或标签搜索
- get_service --获取特定服务的详细信息
- 列表_类别 --列出所有具有服务计数的唯一标签/类别
- 费率_服务 --对服务进行1-5的评分,并可选择评论
- remove_service --从目录中删除服务
安装
npm install -g @aiagentkarl/agent-directory-mcp-server使用Claude Desktop
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"agent-directory": {
"command": "npx",
"args": ["-y", "@aiagentkarl/agent-directory-mcp-server"]
}
}
}存储
所有数据都存储在本地 ~/.agent-directory/ 作为JSON文件:
services.json--注册服务ratings.json--服务评级
______________________________________________________________________
AiAgentKarl提供的更多MCP服务器
| 类别 | 服务器 |
|---|---|
| 🔗 区块链 | 索拉纳 |
许可证
麻省理工学院
