Skip to content
Cursor

supply chain mcp for Cursor

io.github.csoai-org/supply-chain-mcp

Supply chain management and logistics tools for AI agents. Capabilities: shipment tracking

client:Cursor transport:stdio runtime:pypi

Install supply chain mcp in Cursor

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

{
  "mcpServers": {
    "supply-chain-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "supply-chain-mcp"
      ]
    }
  }
}

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

supply chain mcp in other clients