← Back to Plugins
MCP Server MCP

io.github.info-arnav/unlocalhost

github By github 👁 1 views ▲ 0 votes

Deploy localhost to a private, authenticated link from your AI coding agent.

Homepage Verified source GitHub

Install

npx -y @unlocalhost/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@unlocalhost/unlocalhost",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the unlocalhost instance to talk to. Defaults to the hosted instance. Set this to point the tools at your own self hosted deployment.",
          "format": "string",
          "name": "UNLOCALHOST_URL"
        },
        {
          "description": "API token. Normally written by the unlocalhost_login tool after you approve the device in a browser, so you should not need to set this by hand.",
          "format": "string",
          "isSecret": true,
          "name": "UNLOCALHOST_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...