Back to Home
KennyVaneetvelde icon

mcp-forge

Verified Safe

by KennyVaneetvelde

Overview

A command-line interface (CLI) tool for scaffolding new Model Context Protocol (MCP) servers with various configurable features and transports.

Installation

Run Command
mcp-forge new my-server

Security Notes

The `mcp-forge` tool itself, which is a project generator, does not exhibit direct security vulnerabilities in its source code (e.g., no `eval`, obfuscation, or unmanaged network access). However, the documentation for *generated* projects highlights an example `CalculatorTool` that uses `eval(input_data.expression)`. This specific pattern in generated code is a critical security vulnerability, allowing arbitrary code execution if not properly sanitized or replaced by a safer alternative. Users of the generated servers must be aware of and mitigate such risks in the generated examples.

Similar Servers

Stats

Interest Score39
Security Score8
Cost ClassLow
Stars15
Forks2
Last Update2025-11-24

Tags

ScaffoldingCLIMCPPythonAI Integration