Skip to main content
Glama
kirill-markin

Weaviate MCP Server

Cursor IDE용 MCP 서버 템플릿

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

Server Mood Response

빠른 시작

  1. "Deploy to Heroku" 버튼을 클릭하세요.

    Deploy to Heroku

  2. 배포 후 Cursor를 구성하세요:

    • Cursor 설정 → 기능을 엽니다.

    • 새 MCP 서버를 추가합니다.

    • /sse 경로가 있는 Heroku URL을 사용하세요(예: https://<your-app-name>.herokuapp.com/sse).

  3. Cursor에서 에이전트의 기분을 테스트하세요:

    • 에이전트에게 "서버 기분에 대해 물어보고 어떤지 알려주세요."라고 요청하세요.

    • 서버는 즐거운 메시지와 하트 ❤️로 응답합니다.

Related MCP server: pure.md MCP server

대체 설정 방법

서버는 Docker, 기존 Python 설정, 또는 Cursor IDE에서 직접 실행하는 세 가지 방법으로 실행할 수 있습니다.

Docker 설정

프로젝트에는 쉬운 배포를 위한 Docker 지원이 포함되어 있습니다:

  1. 초기 설정:

# Clone the repository
git clone https://github.com/kirill-markin/weaviate-mcp-server.git
cd weaviate-mcp-server

# Create environment file
cp .env.example .env
  1. Docker 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
  1. 서버는 다음에서 사용할 수 있습니다:

  2. 빠른 테스트:

# Test the server endpoint
curl -i http://localhost:8000/sse
  1. Cursor 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 uv

stdio(기본값) 또는 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에 직접 연결할 수 있습니다:

  1. Cursor에서 cursor-run-mcp-server.sh 파일을 마우스 오른쪽 버튼으로 클릭합니다.

  2. "경로 복사"를 선택하여 절대 경로를 복사합니다.

  3. Cursor 설정(기어 아이콘)을 엽니다.

  4. 기능 탭으로 이동합니다.

  5. "MCP 서버"까지 아래로 스크롤합니다.

  6. "새 MCP 서버 추가"를 클릭합니다.

  7. 양식을 작성합니다:

    • 이름: 원하는 이름을 선택하세요(예: "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 claude

Glama 서버 리뷰

A
license - permissive license
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    D
    quality
    D
    maintenance
    An 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.
    2
    20
    60
    MIT
  • F
    license
    Not graded
    quality
    F
    maintenance
    A 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.
  • A
    license
    A
    quality
    D
    maintenance
    An 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.
    1
    314
    MIT

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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