Encoding-aware, indentation-smart file tools for AI coding agents with SSH, SFTP, and 20+ tools.
MCP (Model Context Protocol) tool server for AI coding agents. Built-in tools in AI coding agents (Claude Code, Cursor, Codex, etc.) have known limitations: Tab indentation breaks: LLMs output spaces, but your project uses tabs. The built-in Edit tool writes spaces as-is, corrupting your indentation style. Encoding corruption: Editing EUC-KR, Shift-JIS, or GB18030 files silently converts them to…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP (Model Context Protocol) tool server for AI coding agents. Built-in tools in AI coding agents (Claude Code, Cursor, Codex, etc.) have known limitations: Tab indentation breaks: LLMs output spaces, but your project uses tabs. The built-in Edit tool writes spaces as-is, corrupting your indentation style. Encoding corruption: Editing EUC-KR, Shift-JIS, or GB18030 files silently converts them to UTF-8, breaking legacy projects. Too many separate tools: Making the agent find, install, and…