Pandora's Shell
@Zelaron
Pandora's Shell について
MCP server enabling AI assistants to execute terminal commands through a secure shell interface
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Pandoras-Shell": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
}ツール
1Execute any shell command and return its output
概要
What is Pandora's Shell?
An MCP server that empowers AI assistants to execute terminal commands on your system with full access. It is compatible with any AI assistant supporting the Model Context Protocol, with setup instructions tailored for Claude Desktop.
How to use Pandora's Shell?
Install prerequisites (Python 3.10+, Git, uv), clone the repository, create a virtual environment, install dependencies, and then configure the claude_desktop_config.json file with the correct paths to the executor script. After restarting Claude Desktop, the server appears in the Installed MCP Servers list.
Key features of Pandora's Shell
- Execute any shell command with full system access
- Capture command output (stdout and stderr)
- Set working directory for command execution
- Handle command timeouts (5-minute timeout)
- Returns exit code, standard output, and standard error
Use cases of Pandora's Shell
- Run
pwdto determine the current working directory - List files in the user's home directory
- Identify files larger than 200 MB on the system
- Execute any shell command an AI assistant requests
FAQ from Pandora's Shell
Is it safe to use Pandora's Shell?
No. This server grants AI assistants unrestricted ability to execute terminal commands with your user privileges. Only use in controlled environments like virtual machines (VMs) or development systems you can afford to rebuild. Never use on production systems or machines with sensitive data.
What are the system requirements?
Python 3.10 or higher, Git, and uv for package management. Claude Desktop with an active Claude Pro/Enterprise subscription is used for the configuration example.
How do I configure Pandora's Shell for Claude Desktop?
Create or edit claude_desktop_config.json in the correct configuration directory (e.g., %APPDATA%\Claude\ on Windows or ~/Library/Application Support/Claude/ on macOS). Set the command to the Python interpreter inside your virtual environment and args to the executor script path, with PYTHONPATH set to the src directory.
How do I verify the server is running successfully?
Restart Claude Desktop completely, then click the 🔌 icon to check if "pandoras-shell" appears in the Installed MCP Servers list. If not, inspect the MCP logs (e.g., %APPDATA%\Claude\Logs\mcp*.log on Windows).
What happens if a command times out?
The server sets a 5-minute timeout for command execution. If the timeout is reached, the command is terminated and error handling is applied.
「開発者ツール」の他のコンテンツ
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
test
prysmaticlabsGo implementation of Ethereum proof of stake
コメント