Weaviate MCP Server
MCP Server Template for Cursor IDE
Model Context Protocol (MCP) を使用して Cursor IDE 用のカスタムツールを作成するためのシンプルなテンプレートです。このテンプレートから独自のリポジトリを作成し、ツールをカスタマイズして、Cursor IDE に接続してください。

クイックスタート
「Deploy to Heroku」ボタンをクリックします
デプロイ後、Cursor を設定します:
Cursor Settings → Features を開きます
新しい MCP サーバーを追加します
/sseパス付きの Heroku URL を使用します (例:https://<your-app-name>.herokuapp.com/sse)
Cursor でエージェントのムードをテストします:
エージェントに「サーバーのムードについて質問して、その様子を教えてください」と依頼します
サーバーは明るいメッセージとハート ❤️ で応答します
Related MCP server: pure.md MCP server
その他のセットアップ方法
サーバーは、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/sseCursor IDE に接続します:
Cursor Settings → Features を開きます
新しい 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-simple-tool
# Using SSE transport on custom port
uv run mcp-simple-tool --transport sse --port 8000
# Run tests
uv run pytest -vインストール後、サーバーを Cursor IDE に直接接続できます:
Cursor で
cursor-run-mcp-server.shファイルを右クリックします「Copy Path」を選択して絶対パスをコピーします
Cursor Settings (歯車アイコン) を開きます
Features タブに移動します
「MCP Servers」までスクロールダウンします
「Add new MCP server」をクリックします
フォームに次のように入力します:
名前: 任意の名前を選択します (例: "my-mcp-server-1")
タイプ: 「stdio」を選択します (サーバーをローカルで実行するため「sse」ではありません)
コマンド: 先ほどコピーした
cursor-run-mcp-server.shの絶対パスを貼り付けます。例:/Users/yourname/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- ウェブサイト取得用のカスタム User-Agent
追加オプション
Smithery によるインストール
MCP Server Template for Cursor IDE を Smithery 経由で Claude Desktop に自動インストールするには:
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
- AlicenseAqualityDmaintenanceA powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.47,91441MIT

pure.md MCP serverofficial
AlicenseDqualityDmaintenanceAn MCP server that enables AI clients like Cursor, Windsurf, and Claude Desktop to access web content in markdown format, providing web unblocking and searching capabilities.22060MIT- FlicenseNot gradedqualityFmaintenanceA lightweight MCP server implementation that provides a simple tool for fetching website content, demonstrating how tools can be exposed and interacted with using the MCP protocol.
- AlicenseAqualityDmaintenanceAn MCP server that fetches web pages and extracts clean, AI-friendly Markdown content using Mozilla Readability. It provides secure web access for LLMs with built-in SSRF protection and automated content cleaning for improved context retrieval and summarization.1314MIT
Related MCP Connectors
MCP server for accessing curated awesome list documentation
An MCP server that gives your AI access to the source code and docs of all public github repos
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/kirill-markin/example-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server