What is the Github_private MCP server?
GitHub Private MCP Pack — access private repos, org data via OAuth.
How to install Github_private
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"github_private": {
"url": "https://gateway.pipeworx.io/github_private/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"github_private": {
"serverUrl": "https://gateway.pipeworx.io/github_private/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"github_private": {
"type": "http",
"url": "https://gateway.pipeworx.io/github_private/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"github_private": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/github_private/mcp"
]
}
}
}Claude Code
claude mcp add --transport http github_private https://gateway.pipeworx.io/github_private/mcp