Back to Home
sj0405-lee icon

my-mcp-server

Verified Safe

by sj0405-lee

Overview

A TypeScript boilerplate server implementing the Model Context Protocol (MCP) SDK, offering various tools like greeting, calculation, time, AI image generation, and a code review prompt, along with a server information resource.

Installation

Run Command
node build/index.js

Environment Variables

  • HF_TOKEN

Security Notes

The server uses environment variables or a configuration object to manage sensitive API tokens (e.g., Hugging Face API token), which is a good practice. There are no clear instances of 'eval', obfuscation, or other overtly malicious patterns. Network risks are confined to calls to legitimate third-party AI services. The code review prompt, while useful, sends user-provided code to an LLM, which implies trust in the LLM provider and handling of potentially sensitive code.

Similar Servers

Stats

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

Tags

MCPTypeScriptServerToolsAI