73
/ 100
14 days ago
glama

GitHub v3 REST API MCP Server

Enables interaction with the GitHub v3 REST API, providing tools to access and manage GitHub data, repositories, users, and more through natural language commands.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: BEARER_TOKEN, API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPORT
configport
configAPI_BASE_URLexport ="https://your-api-base-url"
configTRANSPORT
configtransportThis MCP (Model Content Protocol) server provides access to GitHub v3 REST API API functionality through STDIO mode with FastMCP.
🔐 secretBEARER_TOKENexport ="your-bearer-token"
🔐 secretAPI_KEYexport ="your-api-key"
configBASIC_AUTHexport ="your-basic-auth-credentials"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/enkhbold470-github-mcp-codeglide-ktora7)](https://m8ven.ai/mcp/enkhbold470-github-mcp-codeglide-ktora7)
commit: 0e146a75a8b8fc5b228fa560c9a33aa4c6c056a1
code hash: fe727ce9ae42071dc624ffe29681c7576295cdcd829cf8621dcda04105ae5762
verified: 6/23/2026, 10:33:33 AM
view raw JSON →