imajin/.mcp.json

14 lines
367 B
JSON
Raw Permalink Normal View History

{
"mcpServers": {
"imajin": {
"command": "node",
"args": ["/var/home/lilith/Code/@applications/@imajin/@packages/imajin-mcp/dist/index.js"],
"env": {
"IDENTITY_SERVICE_URL": "http://localhost:8009",
"PROCESSING_SERVICE_URL": "http://localhost:8004",
"DIFFUSION_SERVICE_URL": "http://localhost:8002"
}
}
}
}