MCP.so
Sign In

Running the AgentTorch MCP Server

@AgentTorch

About Running the AgentTorch MCP Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

AgentTorch

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers