Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

agent-tool — Encoding-Safe MCP Tools for Agents

agent-tool is an MCP tool server with encoding-aware, indentation-safe file tools and an `install` command for Claude Code, Codex, Cursor, and more.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install ecce188d-d7be-5c01-995d-256baccaf7ed --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

agent-tool is an MCP tool server with encoding-aware, indentation-safe file tools and an install command for Claude Code, Codex, Cursor, and more.

Best for: repos with mixed encodings or strict indentation rules (tabs/.editorconfig)

Works with: any MCP-capable agent; auto-install supports Claude Code/Codex/Cursor/Cline (per README)

Setup time: 5-12 minutes

Key facts (verified)

  • GitHub: 17 stars · 2 forks · pushed 2026-05-05.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: agent-tool install --safe-approve.

Main

  • Use agent-tool install --safe-approve to register with detected agents while limiting auto-approval to local file tools (README lists the safety tiers).

  • When encoding matters (EUC-KR / Shift-JIS / GB18030), set a fallback encoding via --fallback-encoding or env var as shown in README.

  • Treat it as a tool unifier: README frames it as bundling many tools into one install so agents stop reconfiguring per-project utilities.

Source-backed notes

  • README lists auto-install commands: agent-tool install, --safe-approve, and --no-auto-approve.
  • README includes manual MCP config examples for Claude Code/Cursor/Codex (mcpServers JSON or [mcp_servers.*] TOML).
  • README explains it addresses indentation and encoding corruption issues in built-in file tools.

FAQ

  • Is safe mode recommended?: README recommends --safe-approve when you only want local file tools auto-approved.
  • Can I configure it manually?: Yes — README shows JSON/TOML examples for different clients.
  • How do I handle non-UTF-8 repos?: Set --fallback-encoding or AGENT_TOOL_FALLBACK_ENCODING as shown in README.
🙏

Fuente y agradecimientos

Source: https://github.com/knewstimek/agent-tool > License: MIT > GitHub stars: 17 · forks: 2

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados