Skip to main content
Glama

GitHub MCP Server

package.json•1.4 kB
{ "name": "@xingyuchen/github-mcp-server", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for GitHub repository analysis and file reading", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "start:http": "node build/index.js --http", "dev": "tsc && node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "github", "repository", "analysis", "model-context-protocol", "ai", "assistant" ], "author": { "name": "Xingyu Chen", "email": "guangxiangdebizi@gmail.com", "url": "https://github.com/guangxiangdebizi" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/guangxiangdebizi/github-mcp-server.git" }, "homepage": "https://github.com/guangxiangdebizi/github-mcp-server#readme", "bugs": { "url": "https://github.com/guangxiangdebizi/github-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "express": "^4.18.2", "cors": "^2.8.5", "dotenv": "^16.4.5", "@octokit/rest": "^20.0.2", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.11.24", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }

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/guangxiangdebizi/github-mcp-server'

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