Skip to content
v0.6.0MIT

Vetted CARLA procedures (skills) for build, packaging, cooking, maps, vehicles, simulation, scenarios and ROS 2, served over MCP. Node >= 12, nothing else.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

carlastdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "bin/carla-agentic-tools.js"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "carla",
  "version": "0.6.0",
  "description": "Vetted CARLA procedures (skills) for build, packaging, cooking, maps, vehicles, simulation, scenarios and ROS 2, served over MCP. Node >= 12, nothing else.",
  "author": {
    "name": "CARLA Simulator",
    "url": "https://github.com/carla-simulator"
  },
  "homepage": "https://github.com/carla-simulator/carla-agentic-tools",
  "repository": "https://github.com/carla-simulator/carla-agentic-tools",
  "license": "MIT",
  "keywords": ["carla", "simulation", "autonomous-driving", "unreal", "ros2"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 147shell scripts
  • 59Python files
  • openai.yaml
  • 2other files
View on GitHub