A low-level MCP server implementation with streamable HTTP support, configured via environment variables.
Este es un servidor MCP basado en TypeScript que implementa un sistema sencillo de notas. Demuestra conceptos clave de MCP proporcionando:
note://
create_note
- Crea nuevas notas de texto
summarize_notes
- Genera un resumen de todas las notas almacenadas
Instala las dependencias:
npm install
Compila el servidor:
npm run build
Inicia el servidor:
npm start
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 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.
Interact with Jupyter notebooks, allowing for code execution, cell manipulation, and notebook management.
A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates Binary Ninja with your favorite MCP client.
Generates AI images and videos using the GPT4O Image Generator API.
Deploy and serve Haystack pipelines as REST APIs, MCP Tools, and OpenAI-compatible chat completion backends.
Provides real-time access to Chainlink's decentralized on-chain price feeds.
Integrate with the Buildkite API to search and manage CI/CD pipelines.
Converts LaTeX source code into professionally formatted PDF documents.
Interact with Alchemy's blockchain APIs to query data without writing code.
A Model Context Protocol (MCP) server that enables AI assistants to integrate with Prometheus Alertmanager
An example remote MCP server deployable on Cloudflare Workers without authentication.