mcp-server-docker
3.1
If you are the rightful owner of mcp-server-docker and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and interaction between different machine learning models and applications. It leverages the MCP technology to ensure seamless integration and efficient data exchange.
Sample mcp.json
{
"mcpServers": {
"test-server": {
"command": "docker",
"args": [
"compose",
"-f",
"C:\\your-docker-directory\\docker-compose.yml",
"exec",
"-i",
"mcp-server",
"node",
"build/index.js"
]
}
}
}