A lightweight MCP server for GitHub Enterprise and github.com. TypeScript, no Docker, no Go - just npx and go.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"github-enterprise-mc": {
"command": "npx",
"args": [
"-y",
"mechris3/github-enterprise-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add github-enterprise-mc npx -y mechris3/github-enterprise-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-enterprise-mc": {
"command": "npx",
"args": [
"-y",
"mechris3/github-enterprise-mcp-server"
]
}
}
}