Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PATCHLOG_API_URLNoBase URL for the Patchlog API. Defaults to https://patchlog.io.https://patchlog.io
PATCHLOG_API_TOKENYesYour Patchlog API token from Settings > API Tokens.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

List the Patchlog projects the API token owns, with each project id, name, slug, public changelog URL, and entry count.

list_entriesA

List changelog entries for a project. By default only live published entries are returned; pass status "draft" for drafts or "all" for everything including scheduled entries.

get_entryA

Fetch a single changelog entry by id, including its Markdown content and status.

create_entryA

Create a changelog entry in a project. Defaults to a draft; pass status "published" to go live immediately, or "published" with a future published_at to schedule it. Content is Markdown.

update_entryA

Update fields of an existing entry. Only the fields you pass are changed. Setting status back to draft unpublishes the entry.

publish_entryA

Publish a draft or scheduled entry right now. An entry that is already live keeps its original publish date.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/michaelyousrie/patchlog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server