agent-tool
Active·★ 18·MIT·Updated 2026-05-05
★ Trending★ Workflow Automation★ Memory & Context
MCP tool server for AI coding agents -- encoding-aware file tools, binary analysis, DAP debugger, SSH/SFTP, process memory, and more
agent-tool is a single-binary MCP tool server that provides over 50 tools for AI coding agents. It addresses common issues like tab indentation corruption, encoding breakage, and lack of reverse engineering support. With smart indentation and encoding preservation, it seamlessly replaces built-in tools.
#ai-coding#automation#claude-code#cli#codex#cross-platform#cursor#developer-tools
01
Features
01Smart indentation preservation (auto-detect tabs/spaces via .editorconfig or content)
02Encoding-aware file operations (EUC-KR, Shift-JIS, UTF-8, etc.)
0350+ integrated tools in a single binary (edit, read, grep, SSH, MySQL, reverse engineering, etc.)
04Reverse engineering capabilities (disassembly, PE/ELF parsing, memory search, debugger via DAP)
05Network censorship bypass (ECH + DoH by default for web fetch/download)
02
Compatibility
Claude Code
Claude Code
Verified via docs
Codex CLI
Codex CLI
Verified via docs
Cursor
Cursor
Verified via docs
Windsurf
Windsurf
Verified via docs
Cline
Cline
Verified via docs
Gemini CLI
Gemini CLI
Verified via docs
03
Quick start
1
$ curl -L -o agent-tool https://github.com/knewstimek/agent-tool/releases/latest/download/agent-tool-linux-amd64
2
$ chmod +x agent-tool
3
$ ./agent-tool install
04
Use cases
↳Projects with non-UTF-8 files (EUC-KR, Shift-JIS) that need encoding-preserving edits
↳Reverse engineering binaries (disassembly, function detection, cross-references)
↳Development in regions with internet censorship (bypass via ECH/DoH)
05
Alternatives
letta★ 23.0k
Letta is the platform for building stateful agents: open AI with advanced memory that can learn and self-improve over time.
DesktopCommanderMCP★ 6.1k
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
budibase★ 28.0k
Create business apps and automate workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀 No code / Low code platform..
Auto-claude-code-research-in-sleep★ 11.0k
ARIS ⚔️ (Auto-Research-In-Sleep) — Claude Code skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation via Codex MCP
agents-best-practices★ 1.1k
Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.
Related searches
Comments
Log in to leave a comment
- CCorey KimApr 19, 2026
Good for agents that need to handle diverse file types including binary formats.
- SSterling WhiteApr 11, 2026
Encoding awareness prevents the corrupted file issues that affect naive file readers.
- CCameron NguyenMar 8, 2026
Binary analysis capabilities extend what AI agents can reason about in codebases.
- SSpencer HarrisFeb 27, 2026
Encoding-aware file tools and binary analysis for AI coding agents.