Open-source MCP server for logistics. Runs inside your security perimeter — connects to TMS, ERP, email, and documents. Gives AI agents deep context about shipments, carriers, rates, and routes without data leaving your infrastructure.
Server Config
{
"mcpServers": {
"atlas": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"3000:3000",
"-v",
"./config.yml:/app/config.yml",
"cargofy/atlas:latest"
]
}
}
}