Skip to main content
Glama

AgentCraft MCP Server

by seyhunak

AgentCraft MCP 服务器

概述

AgentCraft 是 Crafted™ 的合作伙伴产品。我们的 AI 代理框架允许您部署能够理解、学习并根据您的业务需求不断发展的智能代理。它为企业提供预制和定制的 AI 代理,确保解决方案安全且可扩展。

该 MCP 服务器与AgentCraft集成,允许 AI 代理安全地交互和交换数据。

特征

  • 安全的 AI 代理通信和数据交换。
  • 支持预制和自定义 AI 代理。
  • 可扩展且适合企业的架构。
  • 支持 Windsurf MCP 客户端。
  • Cline 和 5ire MCP 客户端的示例集成。

安装

使用分布式pip (推荐)

pip install agentcraft-mcp

使用pip

pip install -e . pip list | grep agentcraft-mcp

如果未列出 agentcraft-mcp,请使用以下命令重新安装:

然后运行:

python -m agentcraft_mcp.server

配置

与 Claude Desktop 一起使用将其添加到您的 claude_desktop_config.json:

{ "mcpServers": { "AgentCraft": { "command": "python", "args": [ "-m", "agentcraft_mcp.server" ], "env": { "AGENTCRAFT_BEARER_TOKEN": "Your AgentCraft Bearer Token for authorization", "ENVIRONMENT": "PRODUCTION" } } } }
可用工具
  1. send_agent_data 描述:向代理发送数据。

输入:

{ "prompt": "Your message here" }
  1. receive_agent_data 描述:从代理接收数据。输入:
{ "query": "Your query", "tracking_key": "Your tracking key", "response_type": "markdown" }
  1. get_available_agents 描述:获取可用代理的列表。
Input: None

执照

AgentCraft MCP 服务器由 Crafted 公司授权。

接触

欲了解更多信息,请访问 AgentCraft GitHub 网站或 we-crafted.com 网站。

-
security - not tested
F
license - not found
-
quality - not tested

与 AgentCraft 框架集成,实现 AI 代理之间的安全通信和数据交换,支持预制和自定义企业 AI 代理。

  1. 概述
    1. 特征
      1. 安装
        1. 使用分布式pip (推荐)
        2. 使用pip
        3. 配置
        4. 执照
        5. 接触

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Enables AI agents to control Minecraft bots through a standardized JSON-RPC interface.
        Last updated -
        10
        13
        18
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        A proxy server that bridges AI agents and external APIs by dynamically translating OpenAPI specifications into standardized MCP tools, enabling seamless interaction without custom integration code.
        Last updated -
        39
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        Model Context Protocol server implementation that integrates the LINE Messaging API to connect AI agents with LINE Official Accounts, enabling agents to send messages to users.
        Last updated -
        TypeScript
        Apache 2.0
      • -
        security
        -
        license
        -
        quality
        An MCP server serving as a structured knowledge base of crypto whitepapers for AI agents to access, analyze, and learn from.
        Last updated -
        Python
        MIT License

      View all related MCP servers

      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/seyhunak/agentcraft-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server