AI Workspace Integration
1
Copy/Paste
{
"mcpServers": {
"eolas-edge-mcp": {
"command": "npx",
"args": ["eolas-edge-mcp"]
},
"eolas-reach-mcp": {
"command": "npx",
"args": ["eolas-reach-mcp"],
"env": {
"REPLICATE_API_TOKEN": "r8_...",
"CREATOR_BID_API_KEY": "your_creator_bid_api_key",
"TELEGRAM_BOT_TOKEN": "your_telegram_bot_token"
}
}
}
}Last updated