A Model Context Protocol (MCP) server that provides coding agents with a generic interface to execute developer-defined bash scripts within a
If you want an AI assistant working directly with Script Wrapper, the script wrapper mcp server is the bridge. A Model Context Protocol (MCP) server that provides coding agents with a generic interface to execute developer-defined bash scripts within a Dockerized environment.
A Model Context Protocol (MCP) server that provides coding agents with a generic interface to execute developer-defined bash scripts within a Dockerized environment.
Once connected, the assistant can call these 8 tools directly:
run_script — Execute a configured scriptlist_scripts — List all available scriptsget_script_info — Get script detailsget_working_directory — Get current working directoryset_working_directory — Set working directoryreload_config — Reload configuration filePrerequisites — The Prerequisites tool exposed by this serverContributing — 1. Fork the repository 2. Create feature branch 3. Add tests for new functionality 4. Test with Docker: docker compose up --build 5. Submit pull requestSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
The server reads one environment variable: PYTHONPATH. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Script Wrapper sits in that group, and the shape of its toolset — run_script, list_scripts, get_script_info among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| run_script | Execute a configured script |
| list_scripts | List all available scripts |
| get_script_info | Get script details |
| get_working_directory | Get current working directory |
| set_working_directory | Set working directory |
| reload_config | Reload configuration file |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Contributing | 1. Fork the repository 2. Create feature branch 3. Add tests for new functionality 4. Test with Docker: docker compose up --build 5. Submit pull request |
| Variable | Description | Required |
|---|---|---|
| PYTHONPATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.