Weaviate MCP Server
MCP Server Template for Cursor IDE
Una plantilla sencilla para crear herramientas personalizadas para Cursor IDE mediante el Model Context Protocol (MCP). Crea tu propio repositorio a partir de esta plantilla, modifica las herramientas y conéctalas a tu Cursor IDE.

Inicio rápido
Haz clic en el botón «Desplegar en Heroku»
Después del despliegue, configura Cursor:
Abre Configuración de Cursor → Funciones
Añade un nuevo servidor MCP
Usa tu URL de Heroku con la ruta
/sse(p. ej.,https://<your-app-name>.herokuapp.com/sse)
Prueba el estado de ánimo de tu agente en Cursor:
Pregunta a tu agente «Por favor, pregunta por el estado de ánimo de nuestro servidor y dime cómo está.»
El servidor responderá con un mensaje alegre y un corazón ❤️
Related MCP server: pure.md MCP server
Métodos de configuración alternativos
Puedes ejecutar el servidor de tres formas: usando Docker, con la configuración tradicional de Python o directamente en Cursor IDE.
Configuración con Docker
El proyecto incluye soporte para Docker para facilitar el despliegue:
Configuración inicial:
# Clone the repository
git clone https://github.com/kirill-markin/weaviate-mcp-server.git
cd weaviate-mcp-server
# Create environment file
cp .env.example .envConstruye y ejecuta usando 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 downEl servidor estará disponible en:
Endpoint SSE: http://localhost:8000/sse
Prueba rápida:
# Test the server endpoint
curl -i http://localhost:8000/sseConecta con Cursor IDE:
Abre Configuración de Cursor → Funciones
Añade un nuevo servidor MCP
Tipo: Selecciona «sse»
URL: Introduce
http://localhost:8000/sse
Configuración tradicional
Primero, instala el gestor de paquetes uv:
# Install uv on macOS
brew install uv
# Or install via pip (any OS)
pip install uvInicia el servidor usando transporte stdio (por defecto) o 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 -vDespués de la instalación, puedes conectar el servidor directamente a Cursor IDE:
Haz clic derecho en el archivo
cursor-run-mcp-server.shen CursorSelecciona «Copiar ruta» para copiar la ruta absoluta
Abre Configuración de Cursor (icono de engranaje)
Ve a la pestaña Funciones
Desplázate hacia abajo hasta «Servidores MCP»
Haz clic en «Añadir nuevo servidor MCP»
Rellena el formulario:
Nombre: Elige cualquier nombre (p. ej., «my-mcp-server-1»)
Tipo: Selecciona «stdio» (no «sse» porque ejecutamos el servidor localmente)
Comando: Pega la ruta absoluta a
cursor-run-mcp-server.shque copiaste antes. Por ejemplo:/Users/yourname/weaviate-mcp-server/cursor-run-mcp-server.sh
Variables de entorno
Variables de entorno disponibles (se pueden configurar en .env):
MCP_SERVER_PORT(por defecto: 8000) - Puerto en el que se ejecuta el servidorMCP_SERVER_HOST(por defecto: 0.0.0.0) - Host al que vincular el servidorDEBUG(por defecto: false) - Activa el modo de depuraciónMCP_USER_AGENT- User-Agent personalizado para la obtención de sitios web
Opciones adicionales
Instalación mediante Smithery
Para instalar MCP Server Template for Cursor IDE para Claude Desktop automáticamente mediante Smithery:
npx -y @smithery/cli install @kirill-markin/example-mcp-server --client claudeReseña del servidor Glama
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