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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.