Provides a collection of servers that interface with various services and APIs, designed for use with Cursor IDE.
This repository hosts a collection of servers designed to simplify interactions with external services and APIs, primarily intended for use within the Cursor IDE environment. Each server, such as the GitHub and Gmail servers, is designed to be symbolically linked to the Cursor IDE configuration directory. The collection is easily extensible by adding new server directories, adhering to the provided Python project structure, and creating corresponding symbolic links.
Key Features
01GitHub server manages repositories and SSH key authentication
020 GitHub stars
03Gmail server interfaces with the Gmail API for reading and sending emails
04Uses OAuth 2.0 for Gmail authentication
05Uses API tokens and credentials stored securely
06Supports repository creation, deletion, and listing on GitHub
Use Cases
01Extending Cursor IDE functionality with custom API integrations
02Integrating Gmail functionality (reading/sending emails) into the Cursor IDE workflow
03Automating GitHub repository management tasks within Cursor IDE