Back to Home

pr-checker-mcp

Verified Safe

by halkutkar

Overview

A Model Context Protocol (MCP) server that enables Claude to check GitHub Pull Request build status and analyze Buildkite CI failures.

Installation

Run Command
node index.js

Environment Variables

  • GITHUB_TOKEN
  • BUILDKITE_TOKEN
  • GITHUB_REPO
  • PR_CHECKER_SCRIPT

Security Notes

The server uses standard system commands (`gh`, `curl`, `jq`) via `child_process.exec`. Environment variables are used for sensitive tokens (`GITHUB_TOKEN`, `BUILDKITE_TOKEN`) and are not hardcoded. Input for PR number is sanitized with regex in the shell script. The primary security considerations are the permissions granted to the GitHub and Buildkite API tokens and ensuring proper token management (e.g., using fine-grained tokens, configuring SSO).

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-25

Tags

GitHubBuildkiteCI/CDPRsDeveloper Tools