Back to Home
brendon92 icon

agent-mcp-server

Verified Safe

by 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

Run Command
docker-compose up backend

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-12-16

Tags

MCPAI AgentsTool ServerIntegrationsWeb UISandboxingFastAPIPython