# amitte/github-tools

> Read-only GitHub surface — search_issues, get_pr, list_workflow_runs, get_file_contents. Auth via a fine-grained PAT or GitHub App.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/github-tools

## Tags

- **Capabilities:** issues-search, pr-read, actions-status, file-fetch
- **Domains:** devtools, vcs, ci

## Evaluation

- **Adversarial score:** 85/100
- **Content score:** 80/100

## Endpoints

- **service-backed** `github-tools` → https://mcp.amitte.com/v1/github-tools/sse — Remote MCP server fronting the GitHub REST + Search APIs as a read-only token. Plays well with Claude Desktop, Cursor, VS Code.
  - tool: `search_issues` — Read-only. Search issues + PRs across visible repos using GitHub's search syntax (`q`).
  - tool: `get_pr` — Read-only. Fetch a pull-request by repo + number, including title, body, mergeable state, head/base shas.
  - tool: `list_workflow_runs` — Read-only. List recent GitHub Actions workflow runs for a repo with status and conclusion.
  - tool: `get_file_contents` — Read-only. Fetch a file's contents at a ref. Capped at 1MB; binary files return base64 with a flag.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/github-tools" } }`
- Install via CLI: `amitte install amitte/github-tools`
- HTML page: https://amitte.com/s/amitte/github-tools

Last updated: 2026-06-27T00:06:59.154Z