MCP-RAG Server
trapo mcp
Conexión de una aplicación RAG a open-webui mediante MCP
1. Prueba de concepto MCP básica / Hola mundo
pip install mcp[cli]Busque documentación sobre fragmentos de código SSE
Ejecutar servidor usando uvicorn
No funciona -> busque la documentación en la clase
SseServerTranpsortque difiere del sitio web de MCPCambia Ruta -> Montaje para starlette_app, entonces funciona
Starlette da una redirección temporal 307; al probarlo con curl se muestra que se debe a una barra diagonal faltante.
Busqué en el repositorio de Github; allí las rutas terminan con una barra diagonal final para el código del servidor, especialmente la parte
sse = SseServerTransport("/messages/")que supongo le dice al cliente cómo llamar.Agregue algunas indicaciones y verifique el lado del cliente
Redacción
Quiero probar el protocolo de contexto de modelo porque he estado experimentando con prototipos RAG para usar con Open WebUI. MCP es similar a LSP. Como el servidor y el cliente no estarán en la misma máquina, debemos usar el transporte SSE.
MCP incluye algunos fragmentos en la documentación oficial. Tuve que adaptarlos un poco siguiendo las cadenas de documentación proporcionadas por la biblioteca de Python de MCP. Me llevó un tiempo conseguir que funcionara; inicialmente, se solucionaron errores de redirección temporal 307, ya que el servidor enviaba el punto final incorrecto.
¡Pruébalo! Crea un pequeño REPL que pueda interactuar con el servidor.
Meta
Entender qué es MCP
Implementar un servidor y cliente simples
Pruebe la llamada de función / uso de herramientas
Related MCP server: MCP SSE Ory Server
2. Implementar una base de conocimientos básica
Quiero crear una base de conocimiento sencilla que podamos insertar en el servidor MCP y llamar a través del cliente para recuperar algún contexto.
3. Cliente MCP + Interfaz web abierta
This server cannot be installed
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
- AlicenseNot gradedqualityDmaintenanceA Server-Sent Events implementation using FastAPI framework that integrates Model Context Protocol (MCP), allowing AI models to access external tools and data sources like weather information.51MIT

MCP SSE Ory Serverofficial
AlicenseNot gradedqualityDmaintenanceImplements a Model Context Protocol server using Server-Sent Events for real-time communication with OAuth 2.1 integration via Ory Network, enabling secure AI model communication with authentication and client management.Apache 2.0- FlicenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol (MCP) server implementation that uses Server-Sent Events (SSE) to enable real-time, server-pushed updates between AI models and tools over HTTP connections.1
- AlicenseNot gradedqualityDmaintenanceEnables MCP clients to connect to LLM/API services using the Model Context Protocol, providing real-time interaction and tool access. Also offers RESTful API endpoints via FastAPI for programmatic integration with existing systems.Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Connect AI agents to Replynodes over the Model Context Protocol.
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/felixscherz/mcp-rag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server