minimal_mcp_server_httpStreamable
Verified Safeby korplydev
Overview
A minimal Model Context Protocol (MCP) server demonstrating tool registration and exporting data in TOON format via a streamable HTTP transport.
Installation
npm run devEnvironment Variables
- PORT
Security Notes
The server uses CORS with 'origin: *', which is generally acceptable for development or internal APIs but not recommended for production-facing applications without specific origin restrictions. No other critical vulnerabilities like 'eval', obfuscation, hardcoded secrets, or malicious patterns were found in the provided source code. Input validation is handled using Zod schemas.
Similar Servers
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
toon-mcp
This server provides tools to encode JSON into TOON format and decode TOON back to JSON, primarily for optimizing LLM prompts and context by reducing token count.
create-mcp-express
Provides a Model Context Protocol (MCP) server template with Express.js for building AI-powered tools and resources.
node-mcp-server
A template for building Model Context Protocol (MCP) compatible servers with support for multiple transport protocols like HTTP, SSE, and standard I/O.