MCP.so
ログイン

AgentCraft MCP Server

@seyhunak

AgentCraft MCP Server について

AgentCraft MCP Server

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

seyhunak

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "agentcraft-mcp": {
      "command": "python",
      "args": [
        "-m",
        "agentcraft_mcp.server"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is AgentCraft MCP Server?

AgentCraft MCP Server is an MCP (Model Context Protocol) integration that allows AI agents to interact and exchange data securely with the AgentCraft framework, a partner product of Crafted™. It is designed for enterprises needing premade or custom AI agents that are secure and scalable.

How to use AgentCraft MCP Server?

Install via pip install agentcraft-mcp, then run python -m agentcraft_mcp.server. Configure with Claude Desktop by adding the server entry to claude_desktop_config.json, setting the AGENTCRAFT_BEARER_TOKEN and ENVIRONMENT environment variables. The server exposes three tools: send_agent_data, receive_agent_data, and get_available_agents.

Key features of AgentCraft MCP Server

  • Secure AI agent communication and data exchange
  • Supports premade and custom AI agents
  • Scalable and enterprise-ready architecture
  • Compatible with Windsurf MCP client
  • Example integrations for Cline and 5ire MCP clients

Use cases of AgentCraft MCP Server

  • Send prompts to an AI agent and receive responses
  • Retrieve data from an agent using a query and tracking key
  • List all available agents in the AgentCraft framework

FAQ from AgentCraft MCP Server

What is the AgentCraft MCP Server?

It is an MCP server that integrates with the AgentCraft framework, enabling AI agents to communicate and exchange data securely.

How do I install the AgentCraft MCP Server?

Install via pip: pip install agentcraft-mcp. Alternatively, clone the repository, run pip install -e ., then execute python -m agentcraft_mcp.server.

What tools does the AgentCraft MCP Server provide?

Three tools: send_agent_data (send a prompt to an agent), receive_agent_data (query an agent with a tracking key and response type), and get_available_agents (list all agents).

What environment variables are required?

The configuration requires AGENTCRAFT_BEARER_TOKEN for authorization and ENVIRONMENT (set to PRODUCTION).

Which MCP clients are supported?

The server supports Windsurf MCP client, with example integrations provided for Cline and 5ire MCP clients.

コメント

「その他」の他のコンテンツ