Skip to content
Grok

Pine Labs SDK API Documentation MCP Server for Grok

io.github.prakhargour10/utility-mcp-server

List and fetch official Pine Labs SDK API documentation via MCP tools.

client:Grok transport:stdio runtime:oci

Install Pine Labs SDK API Documentation MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "utility-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/prakhargour/utility-mcp-server:1.0.3"
      ]
    }
  }
}

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

Pine Labs SDK API Documentation MCP Server in other clients