MCP Server Template for Cursor IDE
@netr
About MCP Server Template for Cursor IDE
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-learn": {
"command": "docker",
"args": [
"compose",
"up",
"--build",
"-d"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server Template for Cursor IDE?
A simple template for creating custom tools for Cursor IDE using Model Context Protocol (MCP). It allows developers to create their own repository from this template, modify the tools, and connect them to Cursor IDE.
How to use MCP Server Template for Cursor IDE?
Deploy the server to Heroku with one click, or run locally via Docker or traditional Python setup. Configure Cursor IDE by adding a new MCP server with either an SSE endpoint (Heroku or Docker) or a stdio command (local setup).
Key features of MCP Server Template for Cursor IDE
- One-click deployment to Heroku
- Docker and Docker Compose support
- Supports both SSE and stdio transports
- Configurable via environment variables (port, host, debug)
- Installable via Smithery for Claude Desktop
- Comes with a testable server mood endpoint
Use cases of MCP Server Template for Cursor IDE
- Creating custom MCP tools for Cursor IDE
- Quickly prototyping and deploying server-side MCP tools
- Integrating custom APIs or local scripts with Cursor’s agent
- Learning how to build and connect MCP servers
FAQ from MCP Server Template for Cursor IDE
How do I connect the server to Cursor IDE?
Open Cursor Settings → Features, add a new MCP server, choose “sse” (for remote/Docker) or “stdio” (for local), and enter the appropriate URL or command path.
What transport protocols are supported?
The server supports two transports: SSE (Server-Sent Events) for remote or Docker setups, and stdio for local execution.
What environment variables can I configure?
Set MCP_SERVER_PORT (default 8000), MCP_SERVER_HOST (default 0.0.0.0), DEBUG (default false), and MCP_USER_AGENT in a .env file.
Can I deploy this to cloud platforms besides Heroku?
The README only provides a Heroku deployment button; other platforms are not mentioned.
Does the server require any external dependencies?
The server uses Python with uv package manager and can be installed with uv pip install -e ".[dev]". Docker is an alternative deployment method.
Frequently asked questions
How do I connect the server to Cursor IDE?
Open Cursor Settings → Features, add a new MCP server, choose “sse” (for remote/Docker) or “stdio” (for local), and enter the appropriate URL or command path.
What transport protocols are supported?
The server supports two transports: SSE (Server-Sent Events) for remote or Docker setups, and stdio for local execution.
What environment variables can I configure?
Set `MCP_SERVER_PORT` (default 8000), `MCP_SERVER_HOST` (default 0.0.0.0), `DEBUG` (default false), and `MCP_USER_AGENT` in a `.env` file.
Can I deploy this to cloud platforms besides Heroku?
The README only provides a Heroku deployment button; other platforms are not mentioned.
Does the server require any external dependencies?
The server uses Python with `uv` package manager and can be installed with `uv pip install -e ".[dev]"`. Docker is an alternative deployment method.
Basic information
More Developer Tools MCP servers

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.

ship.page
BitgateThrow HTML at an API, get an unguessable URL back. Zero-config remote MCP server — your agent deploys pages, sites and CI reports in one call. Free, no signup needed.
Comments