MCP Server
Maintained
MIT
io.github.davidweb3-ctrl/github MCP Server
io.github.davidweb3-ctrl/github
What is the io.github.davidweb3-ctrl/github MCP server?
GitHub MCP Server - List PRs, issues, repo info, and search code
How to install io.github.davidweb3-ctrl/github
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GITHUB_TOKENrequiredsecretGitHub Personal Access Token
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}Claude Code
claude mcp add github --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> -- npx -y @davidweb3-ctrl/mcp-github-serverRelated MCP servers
Enhanced Git MCP Server - Code review, commit analysis, and branch management
1
View repository →TypeScript
MIT
Enhanced Git MCP Server - Code review, commit analysis, and branch management
1
View repository →TypeScript
MIT