Skip to content
Cursor

Pine Labs SDK API Documentation MCP Server for Cursor

io.github.prakhargour10/utility-mcp-server

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

client:Cursor transport:stdio runtime:oci

Install Pine Labs SDK API Documentation MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Pine Labs SDK API Documentation MCP Server in other clients