Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Low Level Server Streamable Http

FreeNot checked

🚀🖥️✨ Crear un MCP Server con Streamable HTTP usando Low-Level server

GitHubEmbed

About

🚀🖥️✨ Crear un MCP Server con Streamable HTTP usando Low-Level server

README

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 install

Compila el servidor:

npm run build

Inicia el servidor:

npm start

Instalació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 inspector

El Inspector te dará una URL 🌐 para acceder a herramientas de depuración en tu navegador.

from github.com/0GiS0/mcp-low-level-server-streamable-http

Installing Low Level Server Streamable Http

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/0GiS0/mcp-low-level-server-streamable-http

FAQ

Is Low Level Server Streamable Http MCP free?

Yes, Low Level Server Streamable Http MCP is free — one-click install via Unyly at no cost.

Does Low Level Server Streamable Http need an API key?

No, Low Level Server Streamable Http runs without API keys or environment variables.

Is Low Level Server Streamable Http hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Low Level Server Streamable Http in Claude Desktop, Claude Code or Cursor?

Open Low Level Server Streamable Http on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Low Level Server Streamable Http with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs