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

评论

其他 分类下的更多 MCP 服务器