ez-mcp-server
Verified Safeby dbrooks61785
Overview
Provides a simple server implementation of the Model Context Protocol (MCP) using Bun and Express, featuring a basic ping tool for automation contexts.
Installation
bun run server.jsSecurity Notes
The project uses `dotenv` for environment variable loading, which is a good practice for managing configurations and secrets, though no specific environment variables are explicitly referenced in the provided `server.js` code. The core server functionality relies on the `@modelcontextprotocol/sdk`, whose security would depend on its own implementation. An Express server is used, which is a mature framework. No `eval` or obvious obfuscation is present. The presence of a separate `mcp_server.py` (FastAPI) in the repository is ambiguous but is likely a separate component or example not directly integrated with the Bun server.
Similar Servers
console-mcp-server
The Mia-Platform Console MCP Server integrates with Mia-Platform Console APIs to enable advanced automation and interaction capabilities for developers and tools.
bruno-mcp-server
Integrates Bruno CLI with Model Context Protocol to execute API tests, validate collections, and generate reports via AI tools for automated API testing workflows.
create-mcp-express
Provides a Model Context Protocol (MCP) server template with Express.js for building AI-powered tools and resources.
Mpampa-MCP-Server
Enables AI assistants to browse products, retrieve details, and facilitate purchases from Mpampa Cereals through a Model Context Protocol (MCP) server.