pyddock

portablestew/pyddock
★ 0 stars Python 💻 Code/Dev Tools Updated 2d ago
MCP server providing policy-controlled Python execution, shell commands, and file I/O for AI agents. Safe to auto-approve — side effects are scoped to the workspace by declarative guardrails.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pyddock": {
      "command": "uvx",
      "args": [
        "pyddock"
      ]
    }
  }
}

Or install with pip: pip install pyddock

README Excerpt

*py + paddock — an enclosed space where code can run freely within bounds. ([Worked great in Jurassic Park.](https://en.wikipedia.org/wiki/Jurassic_Park))* MCP server that gives AI agents pre-approved `run_python`, `run_shell`, and file i/o tools. Safely replaces shell scripting for data processing, file analysis, computation, and external command execution — no user confirmation needed.

Tools (5)

argscodecommandfiletimeout