AgentCraft MCP Server

Integrations

  • Supported as a response format when receiving data from agents through the receive_agent_data tool.

  • Powers the server implementation and provides the foundation for running AI agents, supporting customization and extension of agent capabilities.

AgentCraft MCP 서버

개요

AgentCraft는 Crafted™의 파트너 제품입니다. 당사의 AI 에이전트 프레임워크를 사용하면 비즈니스 니즈를 이해하고 학습하며 그에 맞춰 진화하는 지능형 에이전트를 구축할 수 있습니다. 기업을 위한 사전 제작 및 맞춤형 AI 에이전트를 제공하여 안전하고 확장 가능한 솔루션을 보장합니다.

이 MCP 서버는 AgentCraft 와 통합되어 AI 에이전트가 안전하게 상호 작용하고 데이터를 교환할 수 있도록 합니다.

특징

  • AI 에이전트 통신 및 데이터 교환을 보호합니다.
  • 사전 제작된 AI 에이전트와 맞춤형 AI 에이전트를 지원합니다.
  • 확장 가능하고 기업에 적합한 아키텍처.
  • Windsurf MCP 클라이언트를 지원합니다.
  • Cline 및 5ire MCP 클라이언트를 위한 통합 사례입니다.

설치

분산 pip 사용(권장)

지엑스피1

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 Server는 Crafted company의 라이선스를 받았습니다.

연락하다

자세한 내용은 AgentCraft GitHub 웹사이트나 we-crafted.com 웹사이트를 방문하세요.

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

AgentCraft 프레임워크와 통합되어 AI 에이전트 간의 안전한 통신 및 데이터 교환을 가능하게 하며, 사전 제작된 엔터프라이즈 AI 에이전트와 맞춤형 엔터프라이즈 AI 에이전트를 모두 지원합니다.

  1. Overview
    1. Features
      1. Installation
        1. Using Distributed pip (Recommended)
        2. Using pip
        3. Configuration
        4. License
        5. Contact
      ID: 875otwdq7t