From c7a51231d109fa0c4d88976ab6493269062566df Mon Sep 17 00:00:00 2001 From: Christopher Birnie-Browne <153604499+Git-Hub-Chris@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:31:26 -0700 Subject: [PATCH] Enhance README with CI badges and project description Added badges for CI workflows and Go Report Card to README. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c1a7401..bf991fa35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ +# GitHub MCP Server + +[![AI Moderator](https://github.com/github/github-mcp-server/actions/workflows/moderator.yml/badge.svg)](https://github.com/github/github-mcp-server/actions/workflows/moderator.yml) +[![Copilot code review](https://github.com/github/github-mcp-server/actions/workflows/copilot-pull-request-reviewer/copilot-pull-request-reviewer/badge.svg)](https://github.com/github/github-mcp-server/actions/workflows/copilot-pull-request-reviewer/copilot-pull-request-reviewer) +[![Codespaces Prebuilds](https://github.com/github/github-mcp-server/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg)](https://github.com/github/github-mcp-server/actions/workflows/codespaces/create_codespaces_prebuilds) +[![CodeQL](https://github.com/github/github-mcp-server/actions/workflows/code-scanning.yml/badge.svg)](https://github.com/github/github-mcp-server/actions/workflows/code-scanning.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/github/github-mcp-server)](https://goreportcard.com/report/github.com/github/github-mcp-server) -# GitHub MCP Server The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions.