SkillAgentSearch skills...

mcp-low-level-server-streamable-http

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

Install / Use

claude mcp add 0GiS0 -- npx -y github:0GiS0/mcp-low-level-server-streamable-http

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

59/100

Supported Platforms

Claude Code
Claude Desktop

Tags

Our assessment of mcp-low-level-server-streamable-http

mcp-low-level-server-streamable-http scores 59/100 on our quality scale, 815th of 1,340 Development & Engineering skills we index.

Its MCP Server is 1.8 KB long, well organised into 8 sections with 5 code examples: moderately detailed.

It has 3 GitHub stars, so there is little community track record yet; judge it on its content.

Substance
20/30
Structure
20/20
Description
12/15
Adoption
3/20
Freshness
5/15

Maintenance, license and trust

  • The repository was last updated about 15 months ago. Expect some instructions to reference tool versions or APIs that have since changed.
  • Our last check on 2026-09-02 found the source still online.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 63/100, with 4 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

mcp-low-level-server-streamable-http compared with similar skills

All 4 of these similar skills score higher than mcp-low-level-server-streamable-http; compare them before choosing.

SkillScoreStarsUpdatedFormat
mcp-low-level-server-streamable-http (this skill)by 0GiS059315mo agoMCP Server
Agent-Reachby Panniantong10085.2k8d agoCLAUDE.md
headroomby headroomlabs-ai10073.7ktodayCLAUDE.md
rufloby ruvnet10073.2ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install mcp-low-level-server-streamable-http?
Run claude mcp add 0GiS0 -- npx -y github:0GiS0/mcp-low-level-server-streamable-http. The install tabs above show the steps for each supported agent.
Which AI agents does mcp-low-level-server-streamable-http work with?
It is written for Claude Code and Claude Desktop, as a MCP Server file. Other agents that read the same format can often use it too.
Is mcp-low-level-server-streamable-http safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It declares no license and scores 63/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is mcp-low-level-server-streamable-http still maintained?
The repository was last updated about 15 months ago. Expect some instructions to reference tool versions or APIs that have since changed.

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 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.

Related Skills

View on GitHub
GitHub Stars3
CategoryDevelopment
Updated1y ago
Forks0

Languages

TypeScript

Trust signals

63/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

2 medium2 low