← Back to Plugins
MCP Server MCP

Patchlog

github By github 👁 1 views ▲ 0 votes

Create, update, and publish changelog entries on your Patchlog changelog from any MCP client.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://patchlog.io/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "patchlog-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Patchlog API token from patchlog.io/settings/api-tokens (Pro plan)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PATCHLOG_API_TOKEN"
        },
        {
          "description": "Override the API base URL (defaults to https://patchlog.io)",
          "format": "string",
          "name": "PATCHLOG_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...