mcp-server
Verified Safeby berkayinam
Overview
Provides an HTTP interface for the Model Context Protocol, offering basic tools and compatibility with `mcp-use` and `MCP Inspector`.
Installation
docker run -p 8080:8080 mcp-http-serverEnvironment Variables
- PORT
Security Notes
The server correctly handles JSON-RPC requests for predefined tools without dynamic code execution. Inputs are processed safely (e.g., `float()` conversion for 'add' tool). CORS is explicitly handled. No critical vulnerabilities like 'eval' or hardcoded secrets were found.
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.
magic-api-mcp-server
Provides a Model Context Protocol (MCP) server to enhance Magic-API development workflows, enabling advanced interactions for script writing, API management, debugging, and deployment.
mcp-playground
A web-based developer tool for testing, inspecting, and debugging Model Context Protocol (MCP) servers, supporting OAuth integration, request logging, and interactive execution of tools, resources, and prompts.
eofmcp
Provides a Model Context Protocol (MCP) server with a Source Code Handler tool for remote management and processing of source code, primarily for integration with AI agents.