mcp-low-level-server-streamable-http
🚀🖥️✨ Crear un MCP Server con Streamable HTTP usando Low-Level server
Documentation
Cómo crear un servidor MCP usando Low-Level Server y Streameable HTTP 🚀🖥️✨
Este es un servidor MCP basado en TypeScript que implementa un sistema sencillo de notas. Demuestra conceptos clave de MCP proporcionando:
- 📄 Recursos que representan notas de texto con URIs y metadatos
- 🛠️ Herramientas para crear nuevas notas
- 💡 Prompts para generar resúmenes de notas
Características 🌟
Recursos 📚
- 📑 Lista y accede a notas mediante URIs `note://`
- 🏷️ Cada nota tiene título, contenido y metadatos
- 📝 Tipo MIME de texto plano para acceso sencillo al contenido
Herramientas 🧰
- ✍️ `create_note` - Crea nuevas notas de texto
- 🏷️ Requiere título y contenido como parámetros obligatorios
- 💾 Almacena la nota en el estado del servidor
Prompts 🧠
- 📝 `summarize_notes` - Genera un resumen de todas las notas almacenadas
- 📥 Incluye todos los contenidos de las notas como recursos embebidos
- 📤 Devuelve un prompt estructurado para la resumir con LLM
Desarrollo 👨💻👩💻
Instala las dependencias:
npm installCompila el servidor:
npm run buildInicia el servidor:
npm startInstalación ⚙️
Para usar con Claude Desktop, añade la configuración del servidor:
En MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
En Windows: `%APPDATA%/Claude/claude_desktop_config.json`
{
"mcpServers": {
"mcp-low-level-server-streamable-http": {
"type": "http",
"url": "http://localhost:3001/mcp"
}
}
}Debugging 🐞🔍
Como los servidores MCP se comunican por stdio, depurar puede ser complicado. Recomendamos usar el MCP Inspector 🕵️♂️, disponible como script de npm:
npm run inspectorEl Inspector te dará una URL 🌐 para acceder a herramientas de depuración en tu navegador.
Frequently asked questions
What is mcp-low-level-server-streamable-http?
mcp-low-level-server-streamable-http is 🚀🖥️✨ Crear un MCP Server con Streamable HTTP usando Low-Level server
How do I install mcp-low-level-server-streamable-http?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-low-level-server-streamable-http open source?
Yes — it is hosted on GitHub at https://github.com/0GiS0/mcp-low-level-server-streamable-http and has 3 stars.
Related MCP tools
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP