Authentication
EolasEdge - Two Modes Available
{
"mcpServers": {
"eolas-edge-mcp": {
"command": "npx",
"args": ["eolas-edge-mcp"],
"env": {
"EOLAS_API_KEY": "ed25519:your_api_key",
"EOLAS_API_SECRET": "your_api_secret",
"EOLAS_ACCOUNT_ID": "your_account_id"
}
}
}
}Last updated