Back to Home
SunmaiLee icon

my-mcp-server-251127

Verified Safe

by SunmaiLee

Overview

Boilerplate for creating Model Context Protocol (MCP) servers with integrated AI capabilities (e.g., image generation, code review prompts) using TypeScript and Hugging Face.

Installation

Run Command
node build/index.js

Environment Variables

  • hfToken

Security Notes

Hugging Face API token (hfToken) is explicitly required via configuration, preventing hardcoding. Input validation for tools is enforced using Zod schemas, which helps mitigate common input-related vulnerabilities. The server makes external API calls to Hugging Face for image generation, introducing a dependency on that service's security. The 'code_review' tool generates an LLM prompt but does not execute code itself; any execution risk lies with the client's LLM environment.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-11-27

Tags

MCP ServerTypeScriptAI ToolsAPIBoilerplateHugging Face