GitHub CLI extension for GitHub MCP Server with automatic authentication
{
"mcpServers": {
"gh-github-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
GitHub CLI extension for GitHub MCP Server with automatic authentication
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 362 days ago. 6 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Search, evaluate, and compare 17,000+ MCP servers — each scored on security, maintenance, and efficiency.
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API. Detect over 500 secret types and prevent credential leaks before code goes public.
Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.
MCP Security Weekly
Get CVE alerts and security updates for Gh Github Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A GitHub CLI extension providing simplified installation and authentication for GitHub MCP Server.
gh extension install MayorFaj/gh-github-mcp-server
Start the GitHub MCP Server with stdio mode:
Add the following to your VS Code User Settings (JSON):
{
"mcp": {
"servers": {
"github": {
"command": "gh",
"args": [
"github-mcp-server",
"stdio"
]
}
}
}
}
You can edit settings by pressing Ctrl+Shift+P (or Cmd+Shift+P on macOS) and typing "Preferences: Open User Settings (JSON)".
MIT License