Skip to content

madeforai supplychain skill for Cursor

io.github.amplichina/madeforai-supplychain-skill

MCP connector for human-reviewed manufacturing tasks through MadeForAI hosted fulfillment.

client:Cursor transport:stdio runtime:npm

Install madeforai supplychain skill in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "madeforai-supplychain-skill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "madeforai-supplychain-connector"
      ],
      "env": {
        "MADEFORAI_ACCESS_TOKEN": "<MADEFORAI_ACCESS_TOKEN>"
      }
    }
  }
}

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

madeforai supplychain skill in other clients