MCP.so
ログイン

Running the AgentTorch MCP Server

@AgentTorch

Running the AgentTorch MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

AgentTorch

設定

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

{
  "mcpServers": {
    "mcp-server-agenttorch": {
      "command": "docker",
      "args": [
        "exec",
        "-it",
        "agenttorch-mcp",
        "mcp",
        "run",
        "server.py"
      ]
    }
  }
}

ツール

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

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

概要

What is AgentTorch MCP Server?

AgentTorch MCP Server is a Docker-based server that runs AgentTorch simulations and integrates with Claude Desktop via the Model Context Protocol. It provides a web UI and allows AI agents to execute configurable ecological simulations (e.g., predator-prey models) through natural language prompts.

How to use AgentTorch MCP Server?

Clone the repository, create an .env file with your Anthropic API key, and launch with docker-compose up -d. Access the web UI at http://localhost:8080. For Claude Desktop integration, configure ~/.claude-desktop/config.json with a docker exec command pointing to the container.

Key features of AgentTorch MCP Server

  • Docker-based deployment with Docker Compose
  • Web UI accessible on http://localhost:8080
  • Direct integration with Claude Desktop as an MCP server
  • Supports configurable simulation parameters (e.g., predators, prey)
  • Run simulations via natural language prompts in Claude Desktop

Use cases of AgentTorch MCP Server

  • Run ecological predator-prey simulations with custom parameters through an AI assistant
  • Integrate AgentTorch simulation capabilities into Claude Desktop conversations
  • Test and debug simulations using the web UI while chatting with Claude
  • Automate simulation executions via MCP commands from any MCP client

FAQ from AgentTorch MCP Server

What prerequisites are needed to run the server?

Docker, Docker Compose, Git, and an Anthropic API key are required.

How do I restart or rebuild the container?

Use docker-compose restart to restart, or docker-compose down followed by docker-compose up -d --build to rebuild.

How do I view container logs?

Run docker-compose logs -f to follow logs.

How do I integrate with Claude Desktop?

Create or edit `~/.claude-desktop

コメント

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