{"id":26796572,"url":"https://github.com/dend/github-oauth-mcp","last_synced_at":"2025-03-29T18:28:36.447Z","repository":{"id":284808140,"uuid":"956135785","full_name":"dend/github-oauth-mcp","owner":"dend","description":"Quick demo MCP server that uses GitHub OAuth to authenticate users.","archived":false,"fork":false,"pushed_at":"2025-03-27T19:17:40.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T19:42:06.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dend.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-27T18:54:59.000Z","updated_at":"2025-03-27T19:17:43.000Z","dependencies_parsed_at":"2025-03-27T19:52:10.227Z","dependency_job_id":null,"html_url":"https://github.com/dend/github-oauth-mcp","commit_stats":null,"previous_names":["dend/github-oauth-mcp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Fgithub-oauth-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Fgithub-oauth-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Fgithub-oauth-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Fgithub-oauth-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dend","download_url":"https://codeload.github.com/dend/github-oauth-mcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246225985,"owners_count":20743654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-29T18:28:35.837Z","updated_at":"2025-03-29T18:28:36.441Z","avatar_url":"https://github.com/dend.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔒 Minimal GitHub OAuth-enabled MCP Server\n\nMinimal MCP server showing how to potentially implement GitHub OAuth with an MCP server.\n\n\u003e[!WARNING]\n\u003eThis is **not intended for production use**. If you are to adopt any of the practices in this implementation, ensure that you are implementing proper caching and secure token/credential handling practices.\n\n## GitHub application registration\n\nPrior to using this MCP server, make sure that you have a **GitHub App** you can use for testing. You can register one [in your GitHub settings](https://github.com/settings/apps).\n\n![Registering an application in GitHub](media/register-new-app.gif)\n\nOnce the app is registered, make sure to generate a new secret.\n\n![Generate a new secret for your GitHub application](media/generate-new-secret.webp)\n\nWith the client ID and secret handy, create a new `.env` file in the root of this project, and add:\n\n```env\nGITHUB_CLIENT_ID=YOUR_CLIENT_ID\nGITHUB_CLIENT_SECRET=YOUR_SECRET\n```\n\n## Run server\n\n```bash\nnpm install\nnpm run build\nnpm run start\n```\n\n## Testing\n\nYou will need to use [**MCP Inspector**](https://github.com/modelcontextprotocol/inspector) or a tool that supports HTTP+SSE transport for MCP servers _and_ authentication.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdend%2Fgithub-oauth-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdend%2Fgithub-oauth-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdend%2Fgithub-oauth-mcp/lists"}