Back to Home
concreteY icon

my-mcp-server

Verified Safe

by concreteY

Overview

Hosts a remote Model Context Protocol (MCP) server that exposes a simple 'add numbers' tool over HTTP and Server-Sent Events (SSE) for AI agents to interact with.

Installation

Run Command
node index.js

Environment Variables

  • PORT

Security Notes

The server uses `cors` with `origin: '*'`, allowing requests from any domain, which is permissive but common for public tool endpoints. No direct 'eval' calls, obfuscation, or hardcoded sensitive secrets were found. Message handling is delegated to the `@modelcontextprotocol/sdk`, assuming the SDK itself is robust. The `sessionId` is retrieved from `req.query`, which the SDK is expected to manage securely.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-12-08

Tags

MCPAPINode.jsExpressToolingAI-Tools