EverArt
Set up secret API Key
Before setting up your MCP connector entity, you can follow this guide to add a secret EVERART_API_KEY
to your local Otoroshi vault.
Configuration
{
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everart"
],
"env": {
"EVERART_API_KEY": "${vault://local/EVERART_API_KEY}"
}
}