Cursor MCP Server
About
Cursor MCP Server is a GitHub server integration for Cursor IDE using MCP (Multi-Cloud Protocol). It enables seamless interaction with GitHub repositories and features directly from within the Cursor IDE environment.
Details
- Author
- mayur29
- Downloads
- 396
- Categories
- Developer Tools
Jump to
- GitHub API integration for repository access
- Repository management directly from Cursor IDE
- Issue tracking and pull request handling
- File operations across GitHub repositories
- Code search capabilities
Install Cursor IDE, then configure your GitHub credentials in ~/.cursor/mcp.json with your Personal Access Token, username, and server URL. Use Cursor IDE’s integrated commands to manage repositories, issues, pull requests, and perform code searches.
Cursor MCP Server
A GitHub server integration for Cursor IDE using MCP (Multi-Cloud Protocol).
Overview
This repository contains the configuration and implementation for a GitHub server integration with Cursor IDE. It enables seamless interaction with GitHub repositories and features directly from within the Cursor IDE environment.
Features
- GitHub API integration
- Repository management
- Issue tracking
- Pull request handling
- File operations
- Code search capabilities
Getting Started
1. Ensure you have Cursor IDE installed
2. Configure your GitHub credentials in the MCP configuration file
3. Set up your Personal Access Token (PAT) with appropriate permissions
Configuration
The MCP configuration should be placed in ~/.cursor/mcp.json:
{
"github": {
"server": {
"url": "https://api.github.com",
"token": "your-github-pat",
"username": "your-github-username"
}
}
}
Usage
- Use Cursor IDE's integrated commands to interact with GitHub
- Manage repositories, issues, and pull requests directly from the IDE
- Perform code searches across your GitHub repositories
- Handle file operations seamlessly
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





