agent-mcp-server
Verified Safeby brendon92
Overview
A Model Context Protocol server providing a unified toolkit and integrations for agentic AI workflows, including file operations, code execution, web browsing, and various third-party services, controllable via a web UI.
Installation
docker-compose up backendEnvironment Variables
- MCP_AUTH_TOKEN
Security Notes
The server demonstrates a strong focus on security, implementing `BoxedPath` for robust filesystem sandboxing, `atomic_writer` for safe file operations with size quotas, and a `DockerExecutor` that isolates arbitrary code execution with network disabled by default. Authentication is token-based via `MCP_AUTH_TOKEN`. However, the server explicitly allows a `LocalExecutor` which provides NO sandboxing if Docker is disabled, and many integrations rely on `npx` to run external JavaScript programs, which could introduce supply chain risks or host-level vulnerabilities if the `npx` packages themselves are compromised or misconfigured.
Similar Servers
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
proteus-ai
A workflow execution engine that orchestrates multi-agent systems, integrates various tools, and provides a sandboxed environment for code execution to solve complex tasks.
Local_MCP_Client
The client acts as a cross-platform web and API interface for natural language interaction with configurable MCP servers, facilitating structured tool execution and dynamic agent behavior using local LLMs.
enterprise_mcp_server
Provides a robust, multi-component Model Context Protocol (MCP) solution with an API Gateway for routing and management, an Enterprise MCP Server for core services like authentication and tool administration, and a Tool Server for operational tool execution, designed for integration with clients like Cursor and Claude Code.