mcp
by plusplusoneplusplus
Overview
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.
Installation
No command providedSecurity Notes
The server's core functionality involves executing arbitrary commands (`Command Executor`) and Python code (`PyEval`). While `RestrictedPython` is mentioned for `PyEval`, the effectiveness of its security implementation would require thorough auditing. The system also supports loading plugins from arbitrary GitHub repositories via `plugin_config.yaml` and running `mcp_admin refresh_plugins`, posing a significant supply chain risk if not carefully managed. Exposed HTTP/SSE endpoints could also be a vector if not properly secured.
Similar Servers
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
mcp-servers
An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.