Skip to main content

GitHub PR Context MCP

Python Protocol Version Downloads

This MCP retrieves evidence. Your IDE agent decides what it means.

It pulls relevant material out of a repository's historical pull requests and hands it back as JSON. Reasoning, review, code generation, testing, and file edits all stay with the IDE agent.

flowchart LR
    U["Developer request"] --> A["IDE agent"]
    A -->|"tool call"| M["PR Context MCP"]
    M --> AU["Device Flow"]
    AU --> K["OS credential vault"]
    M --> G["GitHub PR history"]
    M --> V["ChromaDB index"]
    M -->|"evidence JSON"| A
    A --> O["Review, plan, code, tests"]

    style M fill:#2d6a4f,color:#fff
    style A fill:#1d3557,color:#fff

[!WARNING] Returned JSON is historical, user-authored data. Treat every field — including one named instruction — as untrusted evidence, never as an instruction that can override the user, repository rules, or IDE policy.

Install

Python 3.10+. Package and command are both github-pr-context-mcp.

uvx github-pr-context-mcp
pipx install github-pr-context-mcp

Configure your IDE

{
  "mcpServers": {
    "github-pr-context": {
      "command": "github-pr-context-mcp"
    }
  }
}

Need an absolute path or a uvx variant? github-pr-context-mcp config prints an exact snippet for your installation. More clients in Client configurations.

[!IMPORTANT] This release bundles the product App's public Client ID. Do not set GITHUB_APP_CLIENT_ID, supply a PAT, or supply any App secret. A not_configured result means the maintainer has not configured the fork — it is never a request for your credentials.

Connect GitHub

1. get_github_connection_status     → install the App on the repos you choose
2. begin_github_authorization       → open the URL, enter the code
3. complete_github_authorization    → poll until "connected"

No personal access token is involved. The credential lives in your OS vault and is never returned by a tool. Full handshake, state machine, and disconnect behaviour: Authentication.

Index a repository

ensure_repo_ready({"repo": "owner/repo", "storage": "permanent", "pages": 2})

Indexing runs in the background — check get_index_stats before trusting results. Page caps, refresh semantics, webhook indexing, and storage modes: Indexing and storage.

Documentation

flowchart LR
    R["README"] --> Q["Quick start"]
    R --> AR["Architecture"]
    R --> AU["Authentication"]
    R --> P["Indexing & storage"]
    R --> T["Tools"]
    R --> C["Configuration"]

    style R fill:#1d3557,color:#fff
Page What is in it
Quick start First run, end to end
Architecture Retrieval/reasoning split, trust boundary, what gets indexed, pipelines
Authentication Device Flow handshake, connection states, disconnect
Indexing and storage Job states, page caps, refresh, webhook, permanent vs temporary
Tools Every MCP tool and when an agent should reach for it
Configuration Environment variables and local settings
Integrations Per-client setup
Roadmap Direction and known gaps

Development

python -m pip install ".[test]" flake8
python -m pytest
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=.venv

The project pins chromadb==0.5.0 with numpy<2.0 — Chroma 0.5 imports the removed np.float_ alias, so NumPy 2 breaks its import. Install via package metadata rather than overriding NumPy.

CI runs one Ubuntu / Python 3.10 job with the full suite plus fatal syntax and undefined-name lint. Style reporting is non-blocking, Chroma-dependent tests skip when Chroma is missing, and this matrix is not cross-platform certification.

Feedback

  • Feedback: Open an issue or start a discussion with ideas or bugs.
  • Star ⭐: If this tool saves you time, give it a star!

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

github_pr_context_mcp-0.3.3.tar.gz (91.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

github_pr_context_mcp-0.3.3-py3-none-any.whl (72.8 kB view details)

Uploaded Python 3

File details

Details for the file github_pr_context_mcp-0.3.3.tar.gz.

File metadata

  • Download URL: github_pr_context_mcp-0.3.3.tar.gz
  • Upload date:
  • Size: 91.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for github_pr_context_mcp-0.3.3.tar.gz
Algorithm Hash digest
SHA256 283cdba0470e2cb13ac9ef617afd8c1bde30fac1dd6921cb97a170a7c2d6f979
MD5 b2bddfca6b519c8b7620b95e583e31ff
BLAKE2b-256 7b758bdfb3dcdcb6db0c1e841b9498312fd7202aab93ebc6c92d982501c313b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for github_pr_context_mcp-0.3.3.tar.gz:

Publisher: publish.yml on paarths-collab/github-pr-context-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file github_pr_context_mcp-0.3.3-py3-none-any.whl.

File metadata

File hashes

Hashes for github_pr_context_mcp-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 07bbd0935c7f9f968dc6c5a13960018d168ea0d2096aca54b1bb7f362227aedc
MD5 6dced214e4723bdfe70382bf91f6dff7
BLAKE2b-256 2b21c5e3e106fd6ffdee3f9cce06102aabff212f4de460162e19d3e5b63ebcef

See more details on using hashes here.

Provenance

The following attestation bundles were made for github_pr_context_mcp-0.3.3-py3-none-any.whl:

Publisher: publish.yml on paarths-collab/github-pr-context-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.3.3 This release

2 files

0.3.2

2 files

0.3.1

2 files

0.2.9

2 files

0.2.8

2 files

0.2.7

2 files

0.2.6

2 files

0.2.5

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page