Back to Home
phil65 icon

mcp-server-llmling

Verified Safe

by phil65

Overview

mcp-server-llmling serves as a Machine Chat Protocol (MCP) server, providing a YAML-based system to configure and manage LLM applications, including resources, prompts, and tools.

Installation

Run Command
uvx mcp-server-llmling@latest

Security Notes

The server includes a 'config injection server' (FastAPI/WebSocket API) that, if enabled and exposed, allows for arbitrary code execution. This includes registering Python code as tools, importing functions from specified paths, and installing Python packages via pip. While disabled by default and restricted to 'stdio' transport by default, enabling this feature (e.g., via `--enable-injection`) requires extreme caution and robust access controls as it presents a severe Remote Code Execution (RCE) vulnerability. Additionally, example configurations may load external scripts from untrusted sources (e.g., Gist URLs), posing a supply chain risk if used.

Similar Servers

Stats

Interest Score34
Security Score3
Cost ClassLow
Stars5
Forks4
Last Update2025-11-25

Tags

MCPLLMServerYAML-ConfigDynamic-ToolsResource-Management