Voeg MCP-servers voor beeldgeneratie toe
Higgsfield en Google AI Studio, allebei via npx. De configuratie verwijst naar omgevingsvariabelen in plaats van naar de sleutels zelf, zodat er niets geheims in de repository terechtkomt. Zet HF_API_KEY, HF_SECRET en GEMINI_API_KEY in de omgeving om ze te activeren. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"higgsfield": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "higgsfield-mcp"],
|
||||||
|
"env": {
|
||||||
|
"HF_API_KEY": "${HF_API_KEY}",
|
||||||
|
"HF_SECRET": "${HF_SECRET}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aistudio": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "aistudio-mcp-server"],
|
||||||
|
"env": {
|
||||||
|
"GEMINI_API_KEY": "${GEMINI_API_KEY}",
|
||||||
|
"GEMINI_MODEL": "gemini-2.5-flash",
|
||||||
|
"GEMINI_TIMEOUT": "600000"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
Reference in New Issue
Block a user