Skip to content

Commit e8c572d

Browse files
committed
feat(config): add ai-vision-mcp server to example configuration
1 parent b7ba262 commit e8c572d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

mcp_servers.example.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,19 @@
5959
"persistent": false,
6060
"timeout": 30
6161
},
62+
"ai-vision-mcp": {
63+
"enabled": false,
64+
"description": "Image and video analysis via AI vision models (Gemini)",
65+
"command": "npx",
66+
"args": ["ai-vision-mcp"],
67+
"env": {
68+
"IMAGE_PROVIDER": "google",
69+
"VIDEO_PROVIDER": "google",
70+
"GEMINI_API_KEY": "${ENT_GEMINI_API_KEY}"
71+
},
72+
"persistent": false,
73+
"timeout": 60
74+
},
6275
"cipher": {
6376
"enabled": false,
6477
"description": "Memory layer for coding agents: auto-generate AI memories, IDE switching, team sharing",

0 commit comments

Comments
 (0)