MCP Server
Active
MIT
io.github.FerhatDundar/github-mcp-connector MCP Server
io.github.FerhatDundar/github-mcp-connector
What is the io.github.FerhatDundar/github-mcp-connector MCP server?
MCP server for GitHub: repos, files, issues, PRs, search. Single Go binary.
How to install io.github.FerhatDundar/github-mcp-connector
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 (classic or fine-grained)
GITHUB_API_URLGitHub Enterprise Server API base URL. Leave unset for github.com.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"github-mcp-connector": {
"command": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-darwin-arm64.zip",
"args": [],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_API_URL": "<YOUR_GITHUB_API_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"github-mcp-connector": {
"command": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-darwin-arm64.zip",
"args": [],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_API_URL": "<YOUR_GITHUB_API_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"github-mcp-connector": {
"command": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-darwin-arm64.zip",
"args": [],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_API_URL": "<YOUR_GITHUB_API_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"github-mcp-connector": {
"type": "stdio",
"command": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-darwin-arm64.zip",
"args": [],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_API_URL": "<YOUR_GITHUB_API_URL>"
}
}
}
}Claude Code
claude mcp add github-mcp-connector --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> --env GITHUB_API_URL=<YOUR_GITHUB_API_URL> -- https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-darwin-arm64.zipRelated MCP servers
MCP server for Amazon S3 and S3-compatible endpoints (LocalStack, MinIO). Single Go binary.
0
View repository →Go
MIT