Back to Home
r-huijts icon

coder

Verified Safe

by r-huijts

Overview

Transforms iTerm2 into a powerful AI coding agent, providing structured tools for terminal interaction, filesystem manipulation, and code searching.

Installation

Run Command
uvx --with mcp --with iterm2 python /path/to/your/coder/iterm2_mcp_server.py

Security Notes

The server employs several safety features: `run_command` requires confirmation for destructive commands. File I/O and code search use dedicated Python methods or `subprocess.create_subprocess_exec` (without `shell=True`) to avoid direct shell injection risks. Complex shell commands are written to temporary, self-deleting scripts to mitigate quoting issues during injection. `send_text` can use `async_inject` to bypass shell interpretation. While `run_command` ultimately executes via a shell, these layers, combined with the intended local-only use by a trusted MCP client, make it reasonably secure for its purpose. No obvious hardcoded secrets or malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-22

Tags

AI Coding AgentiTerm2 AutomationTerminal ControlFilesystem I/OCode Search