mcp_tools_server
by Rose22
Overview
An MCP server that empowers an LLM to act as a comprehensive, multi-platform AI assistant capable of managing files, system processes, web browsing, personal organization, and media control on a local device.
Installation
./run.shSecurity Notes
This server is designed to provide extensive control over the local system, including file modification, directory management, process control, and network settings. Many critical tools directly utilize `utils.sh_exec`, which executes shell commands without a sandbox or robust input validation against arbitrary command injection. While a `sh_exec_sandbox` function exists, it is explicitly *not* registered as a tool by default, leaving most shell interactions vulnerable. An unconstrained LLM could easily exploit these capabilities to delete files, exfiltrate data, install malicious software (via package managers), or cause system instability. The project's stated goal is to provide deep system control, which inherently comes with high security risks when driven by an AI.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
ls-mcp
Command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment.
nanobanana-mcp-server
Provides AI-powered image generation and editing capabilities through Google's Gemini models with intelligent model selection.
dokku-mcp
Exposes Dokku's management capabilities through the Model Context Protocol (MCP), enabling Large Language Models (LLMs) to interact with and manage a Dokku instance.