Skip to main content
Glama

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

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.
    Last updated -
    3
    GPL 3.0
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    An integration that enables AI assistants to interact with network data through a standardized protocol, providing AI-ready tools and interfaces for network automation and management.
    Last updated -
    15
  • -
    security
    A
    license
    -
    quality
    Allows users to integrate their custom Quickchat AI Agents into various AI applications (Claude Desktop, Cursor, VS Code, etc.) through the Model Context Protocol, enabling AI-to-AI interactions.
    Last updated -
    20
    MIT License
  • -
    security
    -
    license
    -
    quality
    Securely connects AI agents to multiple databases simultaneously while enabling collaborative learning from team query patterns, all while keeping data private by running locally.
    Last updated -
    787
    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