Skip to main content
Glama

GitHub Tools MCP Server

package.json773 B
{ "name": "@smithery/mcp-github", "version": "1.0.0", "description": "MCP server for interacting with Github", "license": "MIT", "author": "Smithery", "type": "module", "files": [ "dist" ], "scripts": { "build": "tsc", "postbuild": "shx test -e dist/*.js && shx chmod +x dist/*.js || true", "prepare": "npm run build", "dev": "tsx watch src/index.ts", "watch": "tsc --watch", "start": "node dist/index.js", "check": "npx @biomejs/biome check --write --unsafe" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "@smithery/sdk": "^1.3.2", "express": "^5.1.0", "octokit": "^4.1.3" }, "devDependencies": { "@types/express": "^5.0.1", "@types/node": "^22", "shx": "^0.3.4", "tsx": "^4.19.4", "typescript": "^5.6.2" } }

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/arjunkmrm/demo-github-mcp'

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