Loading MCP server directory, please wait...
MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.
npx @getmcp/cli add io.github.mw-jeong/agentsumo-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SUMO_HOMEAbsolute path to the local SUMO installation directory (must contain bin/, share/, tools/).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mw-jeong/agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "",
"AGENTSUMO_MCP_OUTPUT_BASE": ""
}
}
}
}