Back to Home
syphrpunk icon

-mcp

by syphrpunk

Overview

A Model Context Protocol server for executing any Open Source tool via `pkgx` within a sandboxed environment on macOS, or unsandboxed on Linux.

Installation

Run Command
npx ts-node servers/pkgx/main.ts

Security Notes

The server explicitly states it is a 'dangerous tool' that allows AI to read almost any file on the user's computer. While it implements macOS-specific sandboxing to prevent arbitrary file writes (except to /tmp, /var, /private), it does not restrict file reads (except ~/.ssh, ~/.aws). Crucially, there is no sandboxing implemented for Linux, making it highly vulnerable to arbitrary command execution with full file system access on that platform. Execution of arbitrary commands (via `execSync` and `spawn`) based on AI input is a severe risk, despite attempts to parse command lines and prevent root execution.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-18

Tags

MCP ServerpkgxOpen Source ToolsCode ExecutionSandboxing