github-mcp-server
1
The GitHub MCP Server for Cursor IDE is an integration server that allows for efficient management of GitHub repositories via RESTful API directly from Cursor IDE. It emphasizes security, error handling, and logging functionalities, offering various features like repository creation and listing, with plans for webhook support.
GitHub MCP Server for Cursor IDE
A powerful GitHub integration server enabling management of GitHub repositories directly from Cursor IDE through a RESTful API. Features include:
- Creation of new GitHub repositories
- Listing of existing repositories
- Secure token-based authentication
- Rate limiting protection
- Comprehensive error handling
- Logging capabilities
- Webhook support (coming soon)
Prerequisites
- Node.js (v14 or higher)
- npm (v6 or higher)
- GitHub account with Personal Access Token
- Cursor IDE
Security Features
- Token-based authentication
- Rate limiting
- Input validation
- Secure environment variables
- CORS protection
- Helmet security headers