Skip to content
Cursor

logistics ai mcp for Cursor

io.github.csoai-org/logistics-ai-mcp

Logistics Ai MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install logistics ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "logistics-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "logistics-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

logistics ai mcp in other clients