Back to Home
AuraFriday icon

mcp-link-server

by AuraFriday

Overview

Provides a local server for AI agents to securely execute powerful tools on the user's machine, enabling real-world capabilities like file operations, system commands, browser automation, and local LLM inference.

Installation

Run Command
python friday.py

Environment Variables

  • OPENROUTER_API_KEY
  • GITHUB_PERSONAL_ACCESS_TOKEN
  • HF_HOME

Security Notes

CRITICAL: The `python` tool (server/tools/python.py) allows arbitrary Python code execution via `exec()`. The `terminal` tool (server/tools/system.py) enables arbitrary shell command execution via `subprocess.run()`. While the project emphasizes 'user-controlled tool access' and 'sandboxing via Docker', these direct code/command execution capabilities pose significant security risks if not properly managed, configured, or if an AI agent acts maliciously. Placeholder API keys ('put-your-real-key-here', 'ghp_your_PAT_goes_here') exist in configuration defaults but are intended to be replaced. The EULA explicitly warns of 'catastrophic failure' risks inherent with agentic AI.

Similar Servers

Stats

Interest Score23
Security Score3
Cost ClassMedium
Avg Tokens1000
Stars3
Forks0
Last Update2026-01-02

Tags

MCPAI AgentTool ExecutionLocal ServerBrowser Automation