MCP Hub
Back to servers

mcp-gitpro

A context-efficient GitHub MCP server designed for AI agents to manage repositories, issues, pull requests, and actions directly via cloud workflows. It focuses on a compact tool surface to minimize context waste while providing comprehensive read and write coverage without requiring a local Git CLI.

glama
Updated
Mar 8, 2026

mcp-gitpro

🇬🇧 English | 🇹🇷 Turkce

mcp-gitpro is a stdio-first GitHub MCP server for AI agents, built on @vaur94/mcpbase with a compact, context-efficient tool surface.

Why mcp-gitpro

  • GitHub cloud workflows only: no local git CLI and no filesystem editing overlap
  • Small tool inventory with high-value read/write coverage
  • Read-only mode plus toolset and exact-tool allowlists to reduce context waste
  • Bilingual docs and IDE integration guides for OpenCode, VS Code, and Antigravity

Toolsets

  • context
  • repos
  • search
  • issues
  • pull_requests
  • actions

Tools

  • github_context
  • repository_read
  • repository_compare
  • search_github
  • issue_read
  • issue_write
  • pull_request_read
  • pull_request_write
  • actions_read
  • actions_write

Quick Start

npm install
npm run build
npm test

Set MCP_GITPRO_GITHUB_TOKEN or place it in mcp-gitpro.config.json.

Project Layout

src/
  config/
  github/
  core/
  shared/
  tools/
tests/
  unit/
  protocol/
docs/

Documentation

Non-goals

  • local git CLI workflows
  • filesystem editing or patch application
  • shell execution
  • browser automation
  • HTTP transport in v1

Reviews

No reviews yet

Sign in to write a review