← Back to Plugins
MCP Server MCP

BrewPage MCP

github By github 👁 1 views ▲ 0 votes

Publish HTML, Markdown, KV, JSON, and files to brewpage.app from AI assistants. No signup.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "brewpage-mcp",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override API base URL. Defaults to https://brewpage.app.",
          "format": "string",
          "default": "https://brewpage.app",
          "name": "BREWPAGE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...