サーバー
MCP Server Template for Cursor IDE
@kirill-markin
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"
]
}
}
}