AgentSUMO
Rank #18,841io.github.mw-jeong/agentsumo-mcp
MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.
AgentSUMO is a Model Context Protocol (MCP) server published by urban-ai-institute. It ranks #18,841 of 132,113 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. AgentSUMO is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on May 30, 2026 and most recently updated on Jun 5, 2026.
Ranks ahead of 113,272 of 132,113 servers on MCP Toplist.
Use AgentSUMO
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add agentsumo-mcp -e "SUMO_HOME=<your SUMO_HOME>" -e "AGENTSUMO_MCP_OUTPUT_BASE=<your AGENTSUMO_MCP_OUTPUT_BASE>" -- uvx agentsumo-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agentsumo-mcp]
command = "uvx"
args = ["agentsumo-mcp"]
[mcp_servers.agentsumo-mcp.env]
SUMO_HOME = "<your SUMO_HOME>"
AGENTSUMO_MCP_OUTPUT_BASE = "<your AGENTSUMO_MCP_OUTPUT_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<your SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<your AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<your SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<your AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentsumo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<your SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<your AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<your SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<your AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<your SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<your AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mw-jeong%2Fagentsumo-mcp)<a href="https://mcptoplist.com/server/io.github.mw-jeong%2Fagentsumo-mcp"><img src="https://mcptoplist.com/badge/io.github.mw-jeong%2Fagentsumo-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
urban-ai-institute
Other servers by urban-ai-institute
View all urban-ai-institute servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Jun 5, 2026 |
| 0.1.1 | May 30, 2026 |
| 0.1.0 | May 30, 2026 |
Frequently asked questions
- Who maintains AgentSUMO?
- AgentSUMO is maintained by urban-ai-institute, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is AgentSUMO listed on the Official MCP Registry?
- Yes — AgentSUMO is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AgentSUMO have?
- MCP Toplist tracks 3 versions of AgentSUMO, most recently published on Jun 5, 2026.
- Where can I find the source code for AgentSUMO?
- The source code for AgentSUMO is hosted at github.com/urban-ai-institute/kra35-prismx-agentsumo.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.