mcp-link-server
Verified Safeby AuraFriday
Overview
Empower AI agents to execute powerful local tools for system operations, browser automation, file access, local LLM inference, and more, all under user control and with strong security and privacy features.
Installation
python friday.pyEnvironment Variables
- HF_HOME
- ELECTRON_ENABLE_ACCESSIBILITY
- ELECTRON_FORCE_RENDERER_ACCESSIBILITY
- TOOL_SUFFIX
Security Notes
The project emphasizes strong security, privacy, and user control. It features explicit warnings about agentic AI risks (data loss, unauthorized actions) in the EULA, a 'Zero-Collection' privacy policy, and detailed logging/auditing of all tool actions. It supports sandboxing for critical operations (e.g., Docker integration for the `docker` tool). Sensitive operations like `execute_command` (via `system` tool) and arbitrary Python code execution (via `python` tool) are explicitly provided as powerful features, but are designed to be used with granular permissions, user approval prompts, and sandboxing. Dynamic generation of `TOOL_UNLOCK_TOKEN` for each tool enhances security by preventing static hardcoded tokens and ensuring context awareness. Input validation against schemas is consistently applied across tools. The centralized contribution model and 'visible source' philosophy (despite proprietary license) indicate a strong focus on code integrity and security audits.
Similar Servers
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
mcpc
Build agentic Model Context Protocol (MCP) servers by composing existing MCP tools to create sophisticated AI agents capable of complex tasks.
MCP-Agent
The MCP Agent serves as an AI integration tool capable of discovering, connecting to, and interacting with Model Context Protocol (MCP) servers to utilize their available tools, prompts, and resources autonomously.
mcp-framework
A Rust framework implementing the Model Context Protocol for building production-ready MCP servers, clients, and intelligent AI agents that integrate with LLMs for tool use and browser automation.