Skip to content
Grok

mcpvessel docs for Grok

io.github.okedeji/mcpvessel-docs

mcpvessel agent io.github.okedeji/mcpvessel-docs

client:Grok transport:stdio runtime:oci

Install mcpvessel docs in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcpvessel-docs": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/okedeji/mcpvessel-docs:0.1.2"
      ]
    }
  }
}

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

mcpvessel docs in other clients