Odel
AgentSUMO

AgentSUMO

Local
@mw-jeong5PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagentsumo-mcpv0.1.2

Run

uvx agentsumo-mcp

MCP client config

{
  "mcpServers": {
    "agentsumo": {
      "command": "uvx",
      "args": [
        "agentsumo-mcp"
      ]
    }
  }
}