Back to Home
dreamwithrua icon

mcp-setting-all-server

Verified Safe

by dreamwithrua

Overview

This is a TypeScript Model Context Protocol (MCP) server boilerplate designed for rapid development of custom AI-powered services, including tools for basic utilities, image generation, and code analysis, which can be connected to clients like Cursor.

Installation

Run Command
node build/index.js

Environment Variables

  • hfToken

Security Notes

The server uses Zod for schema validation, which is a good practice. It handles a Hugging Face API token through configuration, preventing hardcoding. Operations are well-defined (calculator, greeting, time, server info, image generation, code review prompt). No direct arbitrary code execution or filesystem access from external requests beyond specified functionalities is observed. The 'code_review' prompt sends user-provided code to an LLM, which carries inherent prompt injection risks if not carefully managed by the client application consuming the LLM's output. Large image payloads from the 'generate_image' tool could consume memory, but this is a resource management concern rather than a direct vulnerability in the server logic.

Similar Servers

Stats

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

Tags

MCP ServerBoilerplateTypeScriptAI ToolsHugging Face