MCP Server Template for Cursor IDE
@kirill-markin
关于 MCP Server Template for Cursor IDE
A ready-to-use MCP (Model Context Protocol) server template for extending Cursor IDE with custom tools. Deploy your own server to Heroku with one click, create custom commands, and enhance your Cursor IDE experience. Perfect for developers who want to add their own tools and comm
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"example-mcp-server": {
"command": "docker",
"args": [
"compose",
"up",
"--build",
"-d"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server Template for Cursor IDE?
A template for creating custom tools for Cursor IDE using Model Context Protocol (MCP). It allows users 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?
You can deploy via Heroku (one-click button), Docker, traditional Python setup, or run directly in Cursor using the provided script. After deployment, configure Cursor Settings → Features → Add new MCP server with the appropriate transport (SSE or stdio) and URL/command.
Key features of MCP Server Template for Cursor IDE
- Template for creating custom MCP tools in Cursor IDE.
- Supports Heroku, Docker, and local Python deployment.
- Both SSE and stdio transport options.
- Environment variable configuration (port, host, debug).
- Quick-start test tool that returns a server mood.
Use cases of MCP Server Template for Cursor IDE
- Develop custom tools and integrate them into Cursor IDE.
- Rapidly prototype MCP servers for personal workflows.
- Deploy an MCP server on cloud platforms like Heroku.
- Test MCP connectivity and tool responses in Cursor.
FAQ from MCP Server Template for Cursor IDE
What is the purpose of this template?
It provides a starting point to create custom tools for Cursor IDE using the Model Context Protocol, so you can add your own functionality.
How do I deploy the server to Heroku?
Click the "Deploy to Heroku" button in the README, then after deployment configure Cursor with your Heroku URL and /sse path.
How do I connect the server to Cursor IDE?
Open Cursor Settings → Features, add a new MCP server, choose the transport type (SSE or stdio), and provide the corresponding URL or command path.
What transport types are supported?
The server supports SSE (Server-Sent Events) and stdio transport. SSE is used for remote deployments; stdio is used for local execution via the provided shell script.
How can I test the server?
Ask your agent in Cursor: "Please ask about our server mood and let me know how it is." The server will respond with a cheerful message and a heart.
开发工具 分类下的更多 MCP 服务器
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
test
prysmaticlabsGo implementation of Ethereum proof of stake
评论