Server Template for Cursor IDE
Facilitates the creation of custom tools for the Cursor IDE using the Model Context Protocol (MCP).
概要
This template enables users to build custom tools for the Cursor IDE using the Model Context Protocol (MCP). It offers multiple deployment options, including Heroku deployment, Docker setup, traditional Python installation, and direct execution within Cursor IDE. With easy configuration and testing, users can quickly integrate custom functionalities into their Cursor environment.
主な機能
- Docker Compose support for containerized deployment
- Environment variable configuration for customization
- One-click deployment to Heroku
- SSE and stdio transport options
- Traditional Python setup with uv package manager
- 1 GitHub stars
ユースケース
- Creating custom agents within the Cursor IDE
- Developing personalized coding assistance tools
- Extending Cursor IDE functionality to meet specific development needs