Back to Home
betterhyq icon

sse-mcp-servers

Verified Safe

by betterhyq

Overview

This project provides server implementations for the Model Context Protocol (MCP), enabling external agents to interact with defined tools and services, exemplified by an 'add two numbers' function.

Installation

Run Command
node node/dist/sse-mcp-servers.js

Security Notes

The server implementations utilize strong schema validation for incoming parameters (Zod in Node.js, Pydantic Field in Python), which is crucial for mitigating injection and other input-related vulnerabilities. There are no explicit uses of 'eval' or arbitrary command execution based on user input within the provided code. The use of `execa` for spawning child processes is present (via `fastmcp` dependency) but typically for controlled internal operations. A deployment instruction in the README involving `sudo -S` is a high-privilege operation and should be handled with care in a production environment, but this is a deployment configuration risk, not a direct code vulnerability.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-05

Tags

MCPServerNode.jsPythonSSETooling