Servers
MCP Server for CVDLT(Computer Vision & Deep Learning Tools)
@MRonaldo-gif
The repo is based on Model Context procotol of Python SDK, including DL models in CV, and provide the abilities to the LLM or vLLM model
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-cvdlt": {
"command": "uv",
"args": [
"sync"
]
}
}
}