Skip to main content
Glama

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

Related MCP Connectors