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 Web サイトまたは we-crafted.com Web サイトをご覧ください。

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

AgentCraft フレームワークと統合して、AI エージェント間の安全な通信とデータ交換を可能にし、既成のエンタープライズ AI エージェントとカスタム エンタープライズ AI エージェントの両方をサポートします。

  1. 概要
    1. 特徴
      1. インストール
        1. 分散pipの使用(推奨)
        2. pipの使用
        3. 構成
        4. ライセンス
        5. 接触

      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
        TypeScript
        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 -
        14
        Python
      • -
        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
        Python
        MIT License
      • -
        security
        A
        license
        -
        quality
        A lightweight framework for building and orchestrating AI agents through the Model Context Protocol, enabling users to create scalable multi-agent systems using only configuration files.
        Last updated -
        Python
        MIT License
        • Apple
        • Linux

      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