example-mcp-server

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.

35
7

MCP Server Template for Cursor IDE

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:

  • Docker: Build and run the server using Docker Compose. The server is available at http://localhost:8000/sse.
  • Traditional: Install the package with development dependencies using uv pip install -e ".[dev]". Start the server using stdio or SSE transport.
  • Environment Variables: Configure the server using environment variables such as MCP_SERVER_PORT, MCP_SERVER_HOST, DEBUG, and MCP_USER_AGENT.

Additional options:

  • Installing via Smithery: Install MCP Server Template for Cursor IDE for Claude Desktop automatically via Smithery.
  • Glama server review Check out the Glama server review.

Repository

KI
kirill-markin

kirill-markin/example-mcp-server

Created

February 4, 2025

Updated

March 28, 2025

Language

Python

Category

Developer Tools