mcp docker release information for Grok
io.github.dockersamples/mcp-docker-release-information
MCP server providing Docker Desktop release notes and security information.
client:Grok
transport:stdio
runtime:oci
Install mcp docker release information in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-docker-release-information": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/dockersamples/mcp-docker-release-information:0.3.0"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs