AgentSUMO for Cursor
io.github.mw-jeong/agentsumo-mcp
MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.
client:Cursor
transport:stdio
runtime:pypi
Install AgentSUMO in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentsumo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs