← Back to Plugins
MCP Server MCP

io.github.ChristopherDavenport/unblink

github By github 👁 1 views ▲ 0 votes

Pure-Go browser for AI: fetch pages, render JS without Chromium, return clean Markdown over MCP.

Homepage Verified source GitHub

Install

oci:ghcr.io/christopherdavenport/unblink:0.24.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/christopherdavenport/unblink:0.24.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Disable JavaScript rendering (static read path only; JS is on by default)",
          "type": "named",
          "name": "--disable-js"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...