An enhanced MCP (Model Context Protocol) server for GitHub with extended tools and advanced capabilities, including repository deletion and other exclusive features.
- π§
delete_repositorytool: Allows deleting GitHub repositories directly from MCP tools - β‘ Performance optimized: Enhanced caching and request handling
- π‘οΈ Improved error handling: More descriptive and helpful error messages
- π Full compatibility: Maintains all tools from the official GitHub server
- π Complete repository management (create, list, delete)
- π Issue and pull request management
- π Advanced search in code, issues, and users
- π File and commit operations
- π·οΈ Release and tag management
- π― And many more...
# Download precompiled binary
curl -L https://github.com/lalax-systems/hypergithub-mcp/releases/download/v1.0.0/hypergithub-linux-amd64 -o hypergithub
chmod +x hypergithub
# Or use installation script
curl -O https://raw.githubusercontent.com/lalax-systems/hypergithub-mcp/main/install.sh
chmod +x install.sh
./install.shgit clone https://github.com/lalax-systems/hypergithub-mcp.git
cd hypergithub-mcp
go build -o hypergithub ./cmd/github-mcp-server{
"hypergithub": {
"command": "hypergithub",
"args": ["stdio"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token"
}
}
}{
"mcp.servers": {
"hypergithub": {
"command": "hypergithub",
"args": ["stdio"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${env:GITHUB_TOKEN}"
}
}
}
}# The binary runs automatically when Kilo Code needs it
# No manual execution required
# Automatic configuration:
# 1. Kilo Code executes: hypergithub stdio
# 2. Processes commands: delete_repository, create_repository, etc.
# 3. Kilo Code automatically closes the processdelete_repository- Delete GitHub repositories- All official server tools + optimizations
- Go 1.24 or higher: Download Go
- Git: For cloning the repository
- GitHub token: With appropriate permissions
go mod download
go build -o hypergithub ./cmd/github-mcp-servergo test ./...
go vet ./...
go fmt ./...hypergithub-mcp/
βββ cmd/ # Main entry point
βββ internal/ # Server internal code
βββ pkg/ # Public packages
βββ docs/ # Documentation
βββ examples/ # Configuration examples
βββ dist/ # Compiled binaries
βββ script/ # Utility scripts
Contributions are welcome! Please read CONTRIBUTING.md for details.
- Fork the repository
- Create a descriptive branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see LICENSE for details.
- π Complete documentation
- π Report issues
- π¬ Discussions
- π¦ Releases
- π§ Build guide
- π Changelog
This server has been tested and demonstrated with:
- β Repository creation and deletion
- β Complete issue and PR management
- β Integration with multiple MCP clients
- β Performance superior to the original server
Note: This is an enhanced spin-off of the official GitHub MCP server (github/github-mcp-server) with extended functionality and optimizations.
Keywords: MCP, Model Context Protocol, GitHub, Automation, Go, Server, CLI, DevTools, API, Integration, AI Assistant, Kilo Code, VSCode, Claude Desktop