Catalog
AgentSUMO
Officialby mw-jeong · Python
MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.
Design and analyze SUMO traffic simulations with LLM-driven scenario creation.
Topics
agentic-frameworkdecision-supportlarge-language-modelsmodel-context-protocolopen-sourcesumotraffic-simulationurban-mobility
README not available yet.
Install
Configuration
Environment variables
SUMO_HOMErequiredAbsolute path to the local SUMO installation directory (must contain bin/, share/, tools/).
AGENTSUMO_MCP_OUTPUT_BASEBase directory for simulation outputs (networks, trips, results). Defaults to the current working directory.
claude_desktop_config.json
{
"mcpServers": {
"agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<YOUR_SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<YOUR_AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}