Skip to content

Pine Labs SDK API Documentation MCP Server for Zed

io.github.prakhargour10/utility-mcp-server

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

client:Zed transport:stdio runtime:oci

Install Pine Labs SDK API Documentation MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Pine Labs SDK API Documentation MCP Server in other clients