Model Context Protocol (MCP) Server + Github OAuth
by alice-cloudflare · devops · mcp-server, lobehub, developer
An MCP server with built-in GitHub OAuth support, deployable on Cloudflare Workers. Requires GitHub OAuth client app credentials configured via environment variables (GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET, COOKIE_ENCRYPTION_KEY). Uses Cloudflare KV namespace for token storage configured via Wrangler.
Source: https://github.com/alice-cloudflare/mcp-github-oauth
Install
git clone https://github.com/alice-cloudflare/mcp-github-oauthUse this forAI-extracted
- →Authenticate AI agents with GitHub using OAuth to access private repositories and perform authenticated API operations
- →Retrieve GitHub repository metadata, issues, pull requests, and user information within MCP-compatible tools
- →Enable Claude-based code assistants to access GitHub workflows without hardcoding personal access tokens
Works with
Tags: mcp-server, lobehub, developer
⭐ 35 GitHub stars · Source: lobehub
About devops MCP servers and Claude skills
devops MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Model Context Protocol (MCP) Server + Github OAuth is one of hundreds of devops entries indexed on Skiln. Browse the full devops category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related devops MCPs and skills
- Cloudflare Playwright MCP Example by cloudflare
Cloudflare Playwright Tools for MCP enabling AI assistants to control a browser through web automation tasks. Deployment uses Cloudflare Workers with wrangler. No external data files required.
- SAP Integration Content MCP by PauloCalazans
Enables managing SAP Cloud Integration iFlows, packages, configurations, deployments, and runtime artifacts via natural language through the OData API.
- remote-mcp-server-authless by r4m
Deploys a remote MCP server on Cloudflare Workers without authentication, allowing custom tool definitions and connections to AI Playground and Claude Desktop.
- k8s-ops-mcp-server by harish235
Connects Claude Desktop to any Kubernetes cluster, enabling natural language queries for diagnostics and operations such as listing pods, viewing logs, scaling deployments, and more.
- DatabricksMCP by Invaliduser1330
A production-ready MCP server template with example tools for health check and user information, designed for Databricks Apps deployment.
- mcp-agent-tools by CidLucas
Enables AI agents to execute tools securely with Docker isolation, tier-based permissions, and feature flags, providing a centralized tool registry and MCP server.
- terraform-tools-mcp-server by iqnupe
Exposes Terraform/Terragrunt tooling as Claude Code tools for generating variables.tf and mock outputs automatically from input files.
- Raw SQL MCP by io.github.KifoPL
Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.
Frequently asked questions
How do I install Model Context Protocol (MCP) Server + Github OAuth?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Model Context Protocol (MCP) Server + Github OAuth?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Model Context Protocol (MCP) Server + Github OAuth free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.