mcp-secure-server
Verified Safeby agileandy
Overview
A security-first Model Context Protocol (MCP) server designed to run locally, providing controlled external network access and extensible tool execution capabilities for AI agents.
Installation
uv run python main.pyEnvironment Variables
- HOME
- MCP_PROJECT_PATH
Security Notes
The server features a robust, security-first design with a deny-by-default network firewall, comprehensive input validation (JSON Schema, path traversal, command sanitization), per-tool rate limiting, and audit logging with sensitive data redaction. Plugins are isolated and audited. No 'eval' or obvious hardcoded secrets were found. The architecture promotes defense-in-depth, relying heavily on a configurable security policy, making it generally safe to run with a well-defined policy.
Similar Servers
hyper-mcp
A fast, secure Model Context Protocol (MCP) server that extends its capabilities through WebAssembly plugins, enabling AI agents to access tools, resources, and prompts.
mcp-watch
A comprehensive security scanner for Model Context Protocol (MCP) servers, detecting various vulnerabilities in their implementations.
toolhive-studio
ToolHive is a desktop application (Electron UI) for discovering, deploying, and managing Model Context Protocol (MCP) servers in isolated containers, and connecting them to AI agents and clients.
atlantis-mcp-server
An MCP (Model Context Protocol) server for hosting and managing dynamic Python functions and third-party MCP tools, enabling AI agents to discover and utilize shared capabilities across a network.