MCP Catalogs
首页

AgentCrew

by saigontechnology·200·综合分 49

AgentCrew 是一个支持 MCP 的 Python 多智能体系统,用于专业化 AI 协作。

ai-llmdeveloper-toolsproductivity
38
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

AgentCrew 提供了一个创建和协调多个专业化 AI 智能体的平台,每个智能体都有不同的角色,如架构师、程序员、研究员或浏览器操作员。该系统允许智能体根据各自的专业领域交接任务,创建协作工作流环境。它支持多个 AI 提供商,可通过桌面 GUI、终端、自动化任务或 HTTP API 使用。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:开发工作流中的代码审查和安全分析
:具有专业化智能体角色的研究项目,用于信息收集
:通过协调的智能体操作实现自动化任务
:AgentCrew 支持哪些 AI 提供商?
:如何在 AgentCrew 中启用 MCP 工具?

什么时候选它

当你需要内置 UI 和工作流程的多智能体聊天应用程序,并且还需要支持 MCP 以进行外部工具集成时,选择 AgentCrew。

什么时候不要选它

如果你需要专门的 MCP 服务器集成到现有 AI 工具中,不要选择 AgentCrew,因为它主要是带有 MCP 支持的聊天应用程序,而不是独立的 MCP 实现。

此 server 暴露的工具

从 README 抽取出 8 个工具
  • code_analysis

    Understand repo structure, read files, grep, search

  • file_editing

    Write or modify files with search/replace blocks and backups

  • web_search

    Pull current information from the web

  • browser_automation

    Navigate, click, fill forms, and capture screenshots

  • command_execution

    Run safe shell commands with rate limits and audit logs

  • memory

    Remember past conversations and retrieve relevant context

  • voice

    Speak and listen using ElevenLabs or DeepInfra

  • structured_output

    Enforce JSON schema responses in job mode

说明:Tool names extracted from the 'What Can Agents Do?' section of the README. Descriptions are taken directly from the documentation.

可对比工具

openai-assistant-mcpclaude-desktopllama-agents

安装

安装

**macOS / Linux**

curl -LsSf https://agentcrew.dev/install.sh | bash

**Windows**

powershell -ExecutionPolicy ByPass -c "irm https://agentcrew.dev/install.ps1 | iex"

**pip (任何平台)**

pip install agentcrew-ai

配置

通过环境变量添加 API 密钥:

export ANTHROPIC_API_KEY="sk-ant-..."

或在 ~/.AgentCrew/config.json 创建配置文件

FAQ

AgentCrew 支持哪些 AI 提供商?
AgentCrew 支持 Anthropic Claude、OpenAI、Google Gemini、GitHub Copilot、DeepInfra、Together AI、OpenCode 以及任何兼容 OpenAI 的端点。
如何在 AgentCrew 中启用 MCP 工具?
MCP 工具通过 ~/.AgentCrew 目录中的 `mcp_servers.json` 文件进行配置。您可以直接编辑此文件或通过 GUI 设置面板进行管理。

AgentCrew 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。