Back to Home
ssuyjk-del icon

my-mcp-server

Verified Safe

by ssuyjk-del

Overview

This MCP server provides a boilerplate for developing AI agent capabilities (tools, resources, prompts) in TypeScript, including functions for basic utilities, image generation via Hugging Face, and a code review prompt.

Installation

Run Command
node build/index.js

Environment Variables

  • HF_TOKEN

Security Notes

The server uses Zod for input validation, which is a good practice for preventing schema-related vulnerabilities. Secrets (Hugging Face API token) are managed via environment variables or configuration schema, not hardcoded. The temporary suppression of stdout during image generation is unusual but contained with a `try...finally` block. Standard network security practices should be applied when deploying the server.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-27

Tags

MCP ServerTypeScriptAI ToolsBoilerplateHugging Face