Created
March 31, 2025 16:25
-
-
Save burkeholland/9c5ccfbe8c44d1cc75b52cfddc4087ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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