MCP Low-Level Server Streamable HTTP
About
A low-level MCP server implementation with streamable HTTP support, configured via environment variables.
Details
- Author
- 0gis0
- Categories
- Developer Tools
Jump to
Setup
Install MCP Low-Level Server Streamable HTTP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/0gis0/mcp-low-level-server-streamable-http
Follow the installation instructions in the repository README, then restart your MCP client.
A low-level MCP server implementation with streamable HTTP support, configured via environment variables.
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
- 📑 Lista y accede a notas mediante URIsnote://
- 🏷️ Cada nota tiene título, contenido y metadatos
- 📝 Tipo MIME de texto plano para acceso sencillo al contenido
- ✍️create_note- Crea nuevas notas de texto
- 🏷️ Requiere título y contenido como parámetros obligatorios
- 💾 Almacena la nota en el estado del servidor
- 📝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
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" } } }
Como los servidores MCP se comunican por stdio, depurar puede ser complicado. Recomendamos usar elMCP Inspector🕵️♂️, disponible como script de npm:
El Inspector te dará una URL 🌐 para acceder a herramientas de depuración en tu navegador.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





