From b576e4c6d9fd5c92687a24a812b8b249ea334d90 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 10 Feb 2026 14:52:31 +0000 Subject: [PATCH 1/2] Update README description with detailed feature overview https://claude.ai/code/session_01DnXkQJ1j9PFDc6y2z2aegm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d4d9db..2d8e670 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

GitHub Browser (MCP)

-

A read-only GitHub MCP server that lets Claude browse any public GitHub repo. Bypasses Cloudflare's bot protection and other access issues that break web-based code browsing.

+

Browse any public GitHub repository directly from Claude — reliably, without the access errors that usually happen when Claude tries to do it from the web. Search repositories and code, read files, explore project structures, review pull requests, and browse issues. Great for discovering open source issues to contribute to, reviewing code changes, understanding unfamiliar projects, or finding real-world code examples. Works instantly with no setup required. Optionally add a read-only GitHub Personal Access Token for higher rate limits.

## Installation From 571dd70a6122bf3f636d9139542ea6ac80414d00 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 10 Feb 2026 14:53:51 +0000 Subject: [PATCH 2/2] Add uptime status page link to README https://claude.ai/code/session_01DnXkQJ1j9PFDc6y2z2aegm --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d8e670..8e2de77 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,10 @@ git push origin v1.0.0 Or manually: `npm run build && npx @anthropic-ai/mcpb pack .` +## Uptime + +Check the current server status and uptime history: [status.uptimerobot.com](https://stats.uptimerobot.com/Vo2UtuhevR) + ## Privacy Policy See [PRIVACY.md](PRIVACY.md). In short: this server is read-only, collects no data, and never stores tokens.