Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Created March 31, 2025 16:25
Show Gist options
  • Save burkeholland/9c5ccfbe8c44d1cc75b52cfddc4087ae to your computer and use it in GitHub Desktop.
Save burkeholland/9c5ccfbe8c44d1cc75b52cfddc4087ae to your computer and use it in GitHub Desktop.
{
"everart": {
"inputs": [
{
"id": "everart_api_key",
"description": "EverArt API Key",
"password": true
}
],
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everart"
],
"env": {
"EVERART_API_KEY": "${input:everart_api_key}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment