Weaviate MCP Server
Cursor IDE용 MCP 서버 템플릿
Model Context Protocol(MCP)을 사용하여 Cursor IDE용 사용자 지정 도구를 만들기 위한 간단한 템플릿입니다. 이 템플릿에서 자신의 리포지토리를 만들고, 도구를 수정하고, Cursor IDE에 연결하세요.

빠른 시작
"Deploy to Heroku" 버튼을 클릭하세요.
배포 후 Cursor를 구성하세요:
Cursor 설정 → 기능을 엽니다.
새 MCP 서버를 추가합니다.
/sse경로가 있는 Heroku URL을 사용하세요(예:https://<your-app-name>.herokuapp.com/sse).
Cursor에서 에이전트의 기분을 테스트하세요:
에이전트에게 "서버 기분에 대해 물어보고 어떤지 알려주세요."라고 요청하세요.
서버는 즐거운 메시지와 하트 ❤️로 응답합니다.
Related MCP server: pure.md MCP server
대체 설정 방법
서버는 Docker, 기존 Python 설정, 또는 Cursor IDE에서 직접 실행하는 세 가지 방법으로 실행할 수 있습니다.
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 설정 → 기능을 엽니다.
새 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파일을 마우스 오른쪽 버튼으로 클릭합니다."경로 복사"를 선택하여 절대 경로를 복사합니다.
Cursor 설정(기어 아이콘)을 엽니다.
기능 탭으로 이동합니다.
"MCP 서버"까지 아래로 스크롤합니다.
"새 MCP 서버 추가"를 클릭합니다.
양식을 작성합니다:
이름: 원하는 이름을 선택하세요(예: "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를 통한 설치
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
- 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