Back to Home
JAYKIM501 icon

my-mcp-server

Verified Safe

by JAYKIM501

Overview

A boilerplate TypeScript Model Context Protocol (MCP) server providing various tools (calculator, greeting, real-time clock, image generation, code review prompt) and resources (server information) for integration with MCP-compatible clients.

Installation

Run Command
npm install && npm run build && node build/index.js

Environment Variables

  • HF_TOKEN

Security Notes

The server correctly uses environment variables or a configuration object for sensitive API tokens (e.g., Hugging Face API token), avoiding hardcoded secrets. Input validation for tools is implemented using Zod. No usage of dangerous functions like 'eval' or obvious malicious patterns were found. Standard server dependencies are used, implying common web security practices should be followed for deployment.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-27

Tags

MCP ServerTypeScriptAI ToolsBoilerplateAPIMicroservice