Back to Home
AuraFriday icon

local_mcp

Verified Safe

by AuraFriday

Overview

Bridges STDIO-based Model Context Protocol (MCP) tools to an SSE server with progressive discovery, enabling AI to access a vast toolbox without context explosion.

Installation

Run Command
No command provided

Environment Variables

  • GITHUB_PERSONAL_ACCESS_TOKEN

Security Notes

The server's core function is to execute arbitrary external commands (MCP servers) configured by the user via `command` and `args` in `nativemessaging.json`. This means a malicious external server, if configured, could run arbitrary code with the user's permissions, including accessing local files or making network requests. While the code itself does not contain 'eval' or direct malicious patterns, it acts as an execution environment for user-defined binaries/scripts without sandboxing. The README explicitly warns about this risk, stating 'Does not provide sandboxing: External servers run with your user's permissions. Malicious servers could access your files. Only enable trusted servers.' The use of an HMAC-based `tool_unlock_token` helps ensure the AI has read documentation before executing, but doesn't prevent malicious server behavior itself. The `env` field for subprocesses is used to pass sensitive information like API keys, which is a standard practice but relies on the security of the configuration file and the external server itself.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens275
Stars0
Forks0
Last Update2025-12-02

Tags

MCPAI ToolsTool IntegrationContext ManagementLocal Server