Skip to content

Commit 2c130f0

Browse files
authored
Merge pull request #20 from cefeng06/patch-1
Update: add DINO-X MCP to official.json
2 parents 057c731 + 7167f66 commit 2c130f0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

public/servers/official.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,5 +342,17 @@
342342
"command": "npx",
343343
"args": ["-y", "@microsoft/mcp-server-vscode"],
344344
"homepage": "https://github.com/microsoft/semanticworkbench/tree/HEAD/mcp-servers/mcp-server-vscode"
345+
},
346+
{
347+
"name": "DINO-X",
348+
"key": "dinox",
349+
"description": "Empower LLMs with fine-grained visual understanding based on object detection APIs.",
350+
"command": "npx",
351+
"args": ["-y", "@deepdataspace/dinox-mcp"],
352+
"env": {
353+
"DINOX_API_KEY": "{{apiKey@string::Your DINO-X API key from https://cloud.deepdataspace.com/}}",
354+
"IMAGE_STORAGE_DIRECTORY": "{{directory@string::Your Local Path to Save Images (if needed)}}"
355+
},
356+
"homepage": "https://github.com/IDEA-Research/DINO-X-MCP"
345357
}
346358
]

0 commit comments

Comments
 (0)