{
"mcpServers": {
"github-mcp-server-local": {
"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.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 3 days ago.
Will it work with my client?
Transport: stdio, sse, http. 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.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Github Mcp Server Local and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions.
Built for developers who want to connect their AI tools to GitHub context and capabilities, from simple natural language queries to complex multi-step agent workflows.
该仓库基于 github/github-mcp-server 自定义扩展,方便在本地无容器环境下快速部署,并支持一键同步本地代码到 GitHub。与上游项目的主要差异如下:
sync_local_repository 工具:允许 MCP 客户端读取本地目录(遵守 .gitignore,跳过二进制),可选自动创建仓库,并在单次提交中推送至 GitHub;支持 max_files 限制和分支指定。get_org_members 工具:获取组织成员列表,支持按角色筛选(all/admin/member)和分页。list_outside_collaborators 工具:列出组织的外部协作者(有仓库访问权限但非成员的用户)。go build 生成原生二进制,可直接在 Windsurf/VS Code 等本地 MCP Host 配置 github-mcp-server.exe,无需 Docker Desktop。.codeium/windsurf/mcp_config.json 展示了使用 PAT 直连本地可执行文件的推荐做法,适合不方便使用远程 MCP 的场景。如需使用官方容器镜像或最新功能,请参阅上游仓库;本仓库会按需回合 upstream 更新并保持差异说明。
The remote GitHub MCP Server is hosted by GitHub and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, don't worry! You can use the local version of the GitHub MCP Server instead.
For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. Make sure you're using VS Code 1.101 or later for remote MCP and OAuth support.
Alternatively, to manually configure VS Code, choose the appropriate JSON block from the examples below and add it to your host configuration: