Skip to main content
Glama

MCP Server with GitHub OAuth

by byjit
package.json979 B
{ "name": "remote-mcp-github-oauth", "version": "0.0.1", "private": false, "description": "A Model Context Protocol (MCP) server with GitHub OAuth, deployable to Cloudflare.", "author": "Jit <https://github.com/byjit>", "repository": { "type": "git", "url": "https://github.com/byjit/mcp-os.git" }, "bugs": { "url": "https://github.com/byjit/mcp-os/issues" }, "scripts": { "deploy": "wrangler deploy", "dev": "wrangler dev", "start": "wrangler dev", "cf-typegen": "wrangler types", "type-check": "tsc --noEmit" }, "dependencies": { "@cloudflare/workers-oauth-provider": "^0.0.5", "@modelcontextprotocol/sdk": "1.13.1", "agents": "^0.0.100", "hono": "^4.8.3", "just-pick": "^4.2.0", "octokit": "^5.0.3", "workers-mcp": "^0.0.13", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^24.0.13", "prettier": "^3.6.2", "typescript": "^5.8.3", "wrangler": "^4.24.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/byjit/mcp-os'

If you have feedback or need assistance with the MCP directory API, please join our Discord server