🔗 GitHub MCP Server for Claude Desktop
@shibdad
关于 🔗 GitHub MCP Server for Claude Desktop
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🔗 GitHub MCP Server for Claude Desktop?
This MCP server connects Claude Desktop directly to your GitHub repositories and git commands, allowing you to interact with code and repositories through natural conversation.
How to use 🔗 GitHub MCP Server for Claude Desktop?
Clone the repository, install dependencies with npm install, make start.sh and index.js executable, and add your GitHub token via a .github_token file. Then edit Claude Desktop’s config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) to add the server entry with command and args pointing to start.sh, and restart Claude.
Key features of 🔗 GitHub MCP Server for Claude Desktop
- Clone any repository with
git-clone - Check repository status with
git-status - Browse GitHub repositories with
github-list-repos - Get detailed repository info with
github-repo-info - Commit changes with
git-commit - Push commits to GitHub with
git-push - Create new repositories with
github-create-repo
Use cases of 🔗 GitHub MCP Server for Claude Desktop
- Clone a repository (e.g., “Clone the tensorflow/models repository to my downloads folder”)
- Check the git status of a project directory
- List your GitHub repositories
- Get details about a specific repository (e.g., microsoft/vscode)
- Commit and push changes using natural language prompts
FAQ from 🔗 GitHub MCP Server for Claude Desktop
What dependencies are required?
Node.js 16+, Git command-line tools, Claude Desktop, and a GitHub Personal Access Token for API access.
How do I authenticate with GitHub?
Provide your GitHub token via a .github_token file in the project folder, set the GITHUB_TOKEN environment variable, or add it directly in Claude’s config under env.
Can I use it with private repositories?
Yes, if you provide a GitHub Personal Access Token with the appropriate permissions.
How do I configure it in Claude Desktop?
Edit Claude’s config file (claude_desktop_config.json) and add the server entry with "command": "/bin/sh", "args": ["-c", "/path/to/github-mcp-server/start.sh"], and optionally an env object with your token.
What commands are available?
git-clone, git-status, github-list-repos, github-repo-info, git-commit, git-push, and github-create-repo.
版本控制 分类下的更多 MCP 服务器
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Bitbucket Server MCP
garc33Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
评论