MCP Server
MCP
Patchlog
Create, update, and publish changelog entries on your Patchlog changelog from any MCP client.
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
By
Comments
Sign in to leave a comment