Release Notes Server

Created By
nickbaumann98a year ago
An MCP server for generating release notes from GitHub commits
Overview

What is Release Notes Server?

Release Notes Server is an MCP server designed to generate beautiful release notes from GitHub commits, efficiently fetching and organizing commits by type for a clean presentation.

How to use Release Notes Server?

To use the Release Notes Server, install it via npm, build the project, and add it to your MCP configuration with your GitHub token.

Key features of Release Notes Server?

  • Smart commit filtering by date or SHA
  • Groups commits by type (features, fixes, etc.)
  • Enriches commits with PR data
  • Includes detailed statistics
  • Clean markdown formatting with emojis
  • Efficient API usage with GitHub's since parameter

Use cases of Release Notes Server?

  1. Generating release notes for software projects from GitHub repositories.
  2. Organizing and presenting commit history in a user-friendly format.
  3. Providing detailed statistics on commits for project management.

FAQ from Release Notes Server?

  • Can I use this server for any GitHub repository?

Yes! As long as you have access to the repository, you can generate release notes.

  • Is there a limit to the number of commits I can process?

The server can handle a large number of commits, but performance may vary based on the repository size and API limits.

  • Do I need a GitHub token?

Yes, a GitHub personal access token with repo access is required to fetch commits.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
nickbaumann98
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

2 hours ago
Payai X402 Tools

2 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago