AIAny
Icon for item

GitHub MCP Server

Lets AI agents drive GitHub in natural language via MCP: browse repos, triage issues, review pull requests, and trigger Actions runs. Runs as a GitHub-hosted remote OAuth server or a local Go binary, with per-toolset scoping and a read-only mode.

Introduction

Most "connect your AI to GitHub" glue code dies the moment a workflow needs more than read access — it leaks tokens, can't scope permissions, and reimplements the same API calls per host. This is GitHub's own answer: a single MCP server that turns the entire platform into typed tools any MCP-capable agent can call, with the security model owned by the people who run the API.

What Sets It Apart
  • It is the official server, rewritten in Go with Anthropic, replacing the older reference implementation — so coverage tracks GitHub's real API rather than a community subset.
  • Capabilities are grouped into toolsets (repositories, issues, pull requests, actions, code security, discussions, projects, and more) you enable individually, so an agent only sees the surface area you grant.
  • A read-only mode and a GitHub-hosted remote endpoint with OAuth mean you can hand an agent investigative access without minting and shipping a long-lived personal access token.
  • Because tools are typed and host-agnostic, the same setup works across VS Code, Claude Desktop, Cursor, and other MCP hosts without per-client adapters.
Who It's For and the Trade-offs

Great fit if you want an AI assistant that actually performs GitHub work — triaging issues, drafting PRs, checking CI — under permissions you control, especially on Enterprise where data residency matters. Look elsewhere if you need a vendor-neutral layer over multiple forges: this is GitHub-only by design, and the remote server ties you to GitHub-hosted infrastructure, while the local route still depends on token scopes you must manage carefully.

Information

  • Websitegithub.com
  • AuthorsGitHub
  • Published date2025/03/04

Categories

More Items

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.