Back to work

Active · Repository operations

Purr GitHub MCP

A GitHub operations layer for repository inspection, deliberate file changes, commits, branches, and pull request workflows.

Repository
01

Why it exists

Repository automation becomes easier to review when read operations, file mutations, commits, and pull request actions are exposed as explicit tools instead of a general shell.

The project focuses on clear boundaries around what an agent can inspect and what it can change.

02

Current scope

The server supports repository metadata and file reads, batched text changes, branch workflows, pull requests, comments, and merge operations.

  • Repository and file inspection
  • Batch text commits and unified diff application
  • Feature branch and pull request workflows
  • Verification result comments
  • Secret scanning before supported mutations
03

How it is used

The usual flow is inspect, prepare one coherent batch, commit to a feature branch, verify the branch with Purr Verify MCP, and merge through a pull request.

04

Status

The project is active. Current improvements focus on larger safe batches, clearer evidence around mutations, and dependable pull request workflows.