3 days ago
Server Config
{
"mcpServers": {
"yuki": {
"command": "node",
"args": [
"node_modules/@codemill-solutions/yuki-mcp/dist/index.js"
],
"env": {
"YUKI_API_KEY": "your-api-key-here",
"YUKI_DOMAIN_ID": "your-administration-guid-here"
}
}
}
}