MCP server that exposes commit.show audit capabilities to MCP hosts, letting models audit public GitHub repositories and read cached project status. It also provides access to the commit.show documentation via llms.txt.
From the registry: Score any public GitHub repo 0-100 against the commit.show audit rubric.
Please install the `audit` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Node.js 20 or newer is required to run the npm package via npx.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","commitshow-mcp"]
- optional environment variables:
- `COMMITSHOW_API_BASE`: Override the commit.show API base URL for audit_repo and project_status, typically for self-hosting, staging, or development. (example: `<your-api-base-url>`)
- `COMMITSHOW_DOCS_BASE`: Override the commit.show docs base URL for fetch_docs, typically for self-hosting, staging, or development. (example: `<your-docs-base-url>`)
Note: No API key is required. The README states this is the entire install. The server is a stdio shim over the public commit.show REST API. A source-based development path exists, but the simplest portable install path is `npx -y commitshow-mcp`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.COMMITSHOW_API_BASEBase URL for the commit.show API used by audit_repo and project_status; can be overridden for staging or forks.COMMITSHOW_DOCS_BASEBase URL for the commit.show docs mirror used by fetch_docs; can be overridden for staging or forks.Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.
Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.