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
frontmcp
Develop and integrate third-party API services using the Model Context Protocol (MCP) framework, enabling AI models to interact with external systems through defined tools, resources, and prompts.
mcp-typescript-template
This server acts as a template for building remote Model Context Protocol (MCP) servers using TypeScript, handling MCP tool registration and session management over HTTP.
toon-mcp
An MCP server that provides tools for encoding and decoding TOON (Token-Oriented Object Notation) to optimize 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.