Claude Desktop MCP config
Drop this snippet into your Claude Desktop config to wire both MCP servers. The initial ACG_DEMO_PERSONA locks the stdio-spawned ACG server to Anna — change the value or use the sideband on /personas to switch at runtime.
claude_desktop_config.json
{
"mcpServers": {
"crif-acg": {
"command": "node",
"args": [
"/opt/development/agentic-commerce/packages/acg-mcp-server/dist/bin/stdio.js"
],
"env": {
"ACG_DEMO_PERSONA": "CID-DE-ANNA-001"
}
},
"nordlys-merchant": {
"command": "node",
"args": [
"/opt/development/agentic-commerce/packages/nordlys-mcp-server/dist/bin/stdio.js"
],
"env": {}
}
}
}Where to paste it
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Restart Claude Desktop. Both servers should appear in the MCP tools picker.