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
{
"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