This repository provides a template for creating custom tools for Cursor IDE using the Model Context Protocol, allowing users to build and connect their own tools to the Cursor IDE environment.
This template facilitates the creation of custom tools for Cursor IDE using the Model Context Protocol (MCP). It allows users to build, modify, and connect tools to Cursor IDE.
Quick Start: Deploy to Heroku and configure Cursor with the Heroku URL, including the /sse
path.
Alternative Setup Methods:
http://localhost:8000/sse
.uv pip install -e ".[dev]"
. Start the server using stdio or SSE transport.MCP_SERVER_PORT
, MCP_SERVER_HOST
, DEBUG
, and MCP_USER_AGENT
.Additional options:
kirill-markin/example-mcp-server
February 4, 2025
March 28, 2025
Python