This MCP server, developed by Artem Moskvin, provides a persistent environment for executing Python code and shell commands within AI conversations. Built with Python and leveraging tools from Anthropic's computer-use-demo, it offers a String Replace Editor for file manipulation and a Bash tool for running shell commands. The implementation stands out by providing a stateful workspace that persists across interactions, enabling complex multi-step tasks. It's particularly useful for developers and system administrators who need to perform file operations, run scripts, or manage systems through AI-assisted workflows, allowing for seamless integration of coding and system management tasks into conversational AI interfaces.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
For viewing and editing files. Features include file viewing with line numbers, directory listing, file creation, string replacement with exact matching, line insertion, and edit history.
A persistent bash shell with support for common Linux/Python packages, background processes, and automatic output truncation.