Welcome to the Eolas docs
{
"mcpServers": {
"eolas-edge-mcp": {
"command": "npx",
"args": ["eolas-edge-mcp"]
},
"eolas-reach-mcp": {
"command": "npx",
"args": ["eolas-reach-mcp"],
"env": {
"CREATOR_BID_API_KEY": "your_creator_bid_api_key",
"TELEGRAM_BOT_TOKEN": "your_telegram_bot_token"
}
}
}
}
Last updated