MCP Server Template for Cursor IDE
カーソル IDE 用 MCP サーバー テンプレート
モデルコンテキストプロトコル(MCP)を使用してCursor IDE用のカスタムツールを作成するためのシンプルなテンプレートです。このテンプレートから独自のリポジトリを作成し、ツールを変更してCursor IDEに接続します。

クイックスタート
「Herokuにデプロイ」ボタンをクリックします
デプロイ後、カーソルを構成します。
カーソル設定を開く→機能
新しいMCPサーバーを追加する
Heroku URL を
/sseパスとともに使用します (例:https://<your-app-name>.herokuapp.com/sse)
カーソルでエージェントの気分をテストします。
エージェントに「サーバーの雰囲気についてお聞きして、どうなっているか教えてください」と依頼してください。
サーバーは明るいメッセージとハートで応答します❤️
Related MCP server: MCP Server Template for Cursor IDE
代替設定方法
サーバーは、Docker を使用するか、従来の Python セットアップを使用するか、Cursor IDE で直接実行するかの 3 つの方法で実行できます。
Dockerのセットアップ
このプロジェクトには、簡単に導入できる Docker サポートが含まれています。
初期設定:
# Clone the repository
git clone https://github.com/kirill-markin/weaviate-mcp-server.git
cd weaviate-mcp-server
# Create environment file
cp .env.example .envDocker Compose を使用してビルドおよび実行します。
# Build and start the server
docker compose up --build -d
# View logs
docker compose logs -f
# Check server status
docker compose ps
# Stop the server
docker compose downサーバーは次の場所で利用できます:
SSEエンドポイント: http://localhost:8000/sse
クイックテスト:
# Test the server endpoint
curl -i http://localhost:8000/sseカーソル IDE に接続します。
カーソル設定を開く→機能
新しいMCPサーバーを追加する
タイプ: 「sse」を選択
URL:
http://localhost:8000/sseと入力します
従来のセットアップ
まず、uv パッケージ マネージャーをインストールします。
# Install uv on macOS
brew install uv
# Or install via pip (any OS)
pip install uvstdio (デフォルト) または SSE トランスポートのいずれかを使用してサーバーを起動します。
# Install the package with development dependencies
uv pip install -e ".[dev]"
# Using stdio transport (default)
uv run mcp-hitchcode
# Using SSE transport on custom port
uv run mcp-hitchcode --transport sse --port 8000
# Run tests
uv run pytest -vインストール後、サーバーを Cursor IDE に直接接続できます。
カーソル内の
cursor-run-mcp-server.shファイルを右クリックします。「パスをコピー」を選択して絶対パスをコピーします
カーソル設定を開く(歯車アイコン)
機能タブに移動する
「MCPサーバー」までスクロールします。
「新しいMCPサーバーを追加」をクリックします
フォームに記入してください:
名前: 任意の名前を選択します (例: "my-mcp-server-1")
タイプ: 「stdio」を選択します (サーバーをローカルで実行するため、「sse」ではありません)
コマンド: 先ほどコピーした
cursor-run-mcp-server.shへの絶対パスを貼り付けます。例:/Users/kirillmarkin/weaviate-mcp-server/cursor-run-mcp-server.sh
環境変数
利用可能な環境変数( .envで設定できます):
MCP_SERVER_PORT(デフォルト: 8000) - サーバーを実行するポートMCP_SERVER_HOST(デフォルト: 0.0.0.0) - サーバーをバインドするホストDEBUG(デフォルト: false) - デバッグモードを有効にするMCP_USER_AGENT- ウェブサイト取得用のカスタム ユーザー エージェント
追加オプション
Smithery経由でインストール
Smithery経由で Claude Desktop の Cursor IDE 用の MCP サーバー テンプレートを自動的にインストールするには:
npx -y @smithery/cli install @kirill-markin/example-mcp-server --client claudeGlamaサーバーのレビュー
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA simple template for creating custom tools for Cursor IDE using Model Context Protocol, deployable via Heroku, Docker, or directly within Cursor IDE.25MIT
- AlicenseBqualityDmaintenanceA template for creating and connecting custom tools to Cursor IDE using Model Context Protocol with support for cheerful server responses.41MIT
- AlicenseBqualityDmaintenanceA template for creating custom tools for Cursor IDE using Model Context Protocol that allows users to deploy their own MCP server to Heroku and connect it to Cursor IDE.22MIT
- AlicenseCqualityDmaintenanceA starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.1514MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jankowtf/mcp-hitchcode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server