github-mcp
GitHub v3 REST API MCP (Model Context Protocol) server, generated by mcpify.
Exposes exactly 3 tools — search, get, call — backed by an embedded semantic database (mcp_store.db), so an LLM never needs the full API surface in context.
Install
Setup
Interactively collects the API URL and the credentials your chosen auth method needs, then lets you persist them as a .env file, a config.json file, or a ready-to-run CLI invocation.
Usage
Terminal Client (default)
Harness Server
Testing
Coverage
Profiling
profile/bottleneck-report.md combines coverage gaps with the hottest CPU functions in one small text file — paste it into an LLM (or hand it to another tool) to find and fix bottlenecks. Requires samply (cargo install samply).
Generated by mcpify — do not hand-edit generated files; re-run mcpify against an updated OpenAPI spec instead.