Home › Other › AgentSUMO

AgentSUMO

MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.

Python
★ 10 stars Last pushed 2026-06-17 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.2)

uvx agentsumo-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "kra35-prismx-agentsumo": {
      "command": "uvx",
      "args": [
        "agentsumo-mcp"
      ],
      "env": {
        "SUMO_HOME": "<YOUR_VALUE>",
        "AGENTSUMO_MCP_OUTPUT_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • SUMO_HOME required — Absolute path to the local SUMO installation directory (must contain bin/, share/, tools/).
  • AGENTSUMO_MCP_OUTPUT_BASE — Base directory for simulation outputs (networks, trips, results). Defaults to the current working directory.

Related servers

Data from the Official MCP Registry