Back to Home
dbrooks61785 icon

ez-mcp-server

Verified Safe

by 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

Run Command
bun run server.js

Security 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-03

Tags

BunExpressMCPAPIAutomation