ERP-node/.cursor/mcp.json

17 lines
478 B
JSON
Raw Normal View History

{
"mcpServers": {
"agent-orchestrator": {
"command": "node",
"args": ["/Users/gbpark/ERP-node/mcp-agent-orchestrator/build/index.js"]
},
"agent-pipeline": {
"command": "node",
"args": ["/Users/gbpark/ERP-node/_local/agent-pipeline/build/index.js"]
},
"Framelink Figma MCP": {
"command": "npx",
"args": ["-y", "figma-developer-mcp", "--figma-api-key=figd_NrYdIWf-CnC23NyH6eMym7sBdfbZTuXyS91tI3VS", "--stdio"]
}
}
}