Securely use files, terminals, screenshots and processes on computers you pair with ReMCP.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.
read_fileRead a file on this computer: text as text, and .docx or .pdf as their extracted document text (a scanned or font-obfuscated PDF says so instead of returning noise). Use offset and length to page through large files; a negative offset reads from the end of the file.Read a file on this computer: text as text, and .docx or .pdf as their extracted document text (a scanned or font-obfuscated PDF says so instead of returning noise). Use offset and length to page through large files; a negative offset reads from the end of the file.
No se publicó ningún esquema de entrada para esta herramienta.
read_filesRead every file matching a glob under a directory in one call, each section prefixed with its path and line count. Use this to load a whole project area into context quickly instead of one read per file.Read every file matching a glob under a directory in one call, each section prefixed with its path and line count. Use this to load a whole project area into context quickly instead of one read per file.
No se publicó ningún esquema de entrada para esta herramienta.
read_multiple_filesRead several text files in one call. Each file is returned separately and a failure to read one file does not stop the others.Read several text files in one call. Each file is returned separately and a failure to read one file does not stop the others.
No se publicó ningún esquema de entrada para esta herramienta.
read_imageReturn an image file (PNG, JPEG, GIF, WebP, BMP, AVIF, or SVG) as a viewable image, so screenshots and diagrams can be inspected. Fails above the inline size limit.Return an image file (PNG, JPEG, GIF, WebP, BMP, AVIF, or SVG) as a viewable image, so screenshots and diagrams can be inspected. Fails above the inline size limit.
No se publicó ningún esquema de entrada para esta herramienta.
read_binaryRead any file as base64, in chunks, for transferring binaries, images, archives, or documents off the computer. Returns size, offset, and nextOffsetBytes; call again with offset_bytes set to nextOffsetBytes until complete is true.Read any file as base64, in chunks, for transferring binaries, images, archives, or documents off the computer. Returns size, offset, and nextOffsetBytes; call again with offset_bytes set to nextOffsetBytes until complete is true.
No se publicó ningún esquema de entrada para esta herramienta.
write_binaryprivilegiadaWrite base64 data to a file byte for byte, creating parent directories. Use mode "append" to send a large file as consecutive chunks. Replaces the file by default.Write base64 data to a file byte for byte, creating parent directories. Use mode "append" to send a large file as consecutive chunks. Replaces the file by default.
No se publicó ningún esquema de entrada para esta herramienta.
hash_fileCompute a checksum of a file without reading it into memory. Useful to verify a copy, compare two files, or confirm a download.Compute a checksum of a file without reading it into memory. Useful to verify a copy, compare two files, or confirm a download.
No se publicó ningún esquema de entrada para esta herramienta.
list_directoryList the files and directories at a path. Entries are prefixed with [DIR], [FILE], [LINK], or [DENIED] when a subdirectory cannot be read. depth controls how many directory levels are included and pattern filters file names by glob.List the files and directories at a path. Entries are prefixed with [DIR], [FILE], [LINK], or [DENIED] when a subdirectory cannot be read. depth controls how many directory levels are included and pattern filters file names by glob.
No se publicó ningún esquema de entrada para esta herramienta.
get_file_infoReturn metadata for a file or directory: type, size, timestamps, permissions, and for small text files the line count.Return metadata for a file or directory: type, size, timestamps, permissions, and for small text files the line count.
No se publicó ningún esquema de entrada para esta herramienta.
write_fileprivilegiadaCreate a file or change its full content. Parent directories are created automatically. Replaces the file by default; use mode "append" to add to the end. For binary data pass encoding-free base64 through write_binary instead.Create a file or change its full content. Parent directories are created automatically. Replaces the file by default; use mode "append" to add to the end. For binary data pass encoding-free base64 through write_binary instead.
No se publicó ningún esquema de entrada para esta herramienta.
write_filesprivilegiadaCreate or replace many files in one call, each with its own path, content, and optional mode. Use this to scaffold a project or apply a multi-file change without one round trip per file.Create or replace many files in one call, each with its own path, content, and optional mode. Use this to scaffold a project or apply a multi-file change without one round trip per file.
No se publicó ningún esquema de entrada para esta herramienta.
apply_patchprivilegiadaApply a unified diff to one file or to several files at once, matching each hunk with a little fuzz so small offsets and whitespace differences still apply. This is the fastest way to land a multi-line change a model has already worked out. Pass dry_run to see the result as a diff first.Apply a unified diff to one file or to several files at once, matching each hunk with a little fuzz so small offsets and whitespace differences still apply. This is the fastest way to land a multi-line change a model has already worked out. Pass dry_run to see the result as a diff first.
No se publicó ningún esquema de entrada para esta herramienta.
set_permissionsChange the permission mode of a file or directory, optionally recursively and optionally with a numeric owner. Use this to make a script executable after writing it.Change the permission mode of a file or directory, optionally recursively and optionally with a numeric owner. Use this to make a script executable after writing it.
No se publicó ningún esquema de entrada para esta herramienta.
edit_blockprivilegiadaReplace an exact block of text in a file. Provide enough surrounding context to make old_string unique; the call fails unless the number of matches equals expected_replacements. When the exact text is not found, a whitespace-tolerant match is attempted and reported. Pass dry_run to preview the chan…Replace an exact block of text in a file. Provide enough surrounding context to make old_string unique; the call fails unless the number of matches equals expected_replacements. When the exact text is not found, a whitespace-tolerant match is attempted and reported. Pass dry_run to preview the chan…
No se publicó ningún esquema de entrada para esta herramienta.
replace_linesReplace an inclusive 1-based line range with new text. The rest of the file, including its line endings, is preserved. Pass dry_run to preview the change as a diff without writing.Replace an inclusive 1-based line range with new text. The rest of the file, including its line endings, is preserved. Pass dry_run to preview the change as a diff without writing.
No se publicó ningún esquema de entrada para esta herramienta.
replace_in_filesReplace text or a regular expression across the text files under a path and report what changed. Applies immediately; pass dry_run true to preview the affected files first.Replace text or a regular expression across the text files under a path and report what changed. Applies immediately; pass dry_run true to preview the affected files first.
No se publicó ningún esquema de entrada para esta herramienta.
diff_filesShow a unified diff between two local text files, with line counts. Useful to check what changed before reporting or reverting it.Show a unified diff between two local text files, with line counts. Useful to check what changed before reporting or reverting it.
No se publicó ningún esquema de entrada para esta herramienta.
move_to_trashprivilegiadaMove a file or directory to the system trash instead of deleting it, so the change can be undone. When the trash is outside the device allowed roots, a .remcp-trash folder beside the file is used instead.Move a file or directory to the system trash instead of deleting it, so the change can be undone. When the trash is outside the device allowed roots, a .remcp-trash folder beside the file is used instead.
No se publicó ningún esquema de entrada para esta herramienta.
create_directoryCreate one directory or many in a single call, including any missing parent directories. Succeeds when a directory already exists.Create one directory or many in a single call, including any missing parent directories. Succeeds when a directory already exists.
No se publicó ningún esquema de entrada para esta herramienta.
move_fileprivilegiadaMove or rename a file or directory. Replaces an existing destination file by default; pass overwrite false to refuse instead.Move or rename a file or directory. Replaces an existing destination file by default; pass overwrite false to refuse instead.
No se publicó ningún esquema de entrada para esta herramienta.
copy_fileCopy one file to a new path, replacing the destination by default. Pass overwrite false to refuse an existing destination. Directories are not copied recursively.Copy one file to a new path, replacing the destination by default. Pass overwrite false to refuse an existing destination. Directories are not copied recursively.
No se publicó ningún esquema de entrada para esta herramienta.
copy_pathsCopy many files or whole directories in one call, each with its own source and destination. Directories are copied recursively.Copy many files or whole directories in one call, each with its own source and destination. Directories are copied recursively.
No se publicó ningún esquema de entrada para esta herramienta.
move_pathsprivilegiadaMove or rename many files or whole directories in one call, each with its own source and destination. Falls back to copy-and-delete across filesystems.Move or rename many files or whole directories in one call, each with its own source and destination. Falls back to copy-and-delete across filesystems.
No se publicó ningún esquema de entrada para esta herramienta.
delete_pathprivilegiadaDelete a file or a directory on the computer. Directories are removed with their contents unless recursive is false. The filesystem root is refused.Delete a file or a directory on the computer. Directories are removed with their contents unless recursive is false. The filesystem root is refused.
No se publicó ningún esquema de entrada para esta herramienta.
delete_pathsprivilegiadaDelete many files and directories in one call, reporting each result. Use move_to_trash instead when the deletion should be reversible.Delete many files and directories in one call, reporting each result. Use move_to_trash instead when the deletion should be reversible.
No se publicó ningún esquema de entrada para esta herramienta.
create_archivePack files and directories into a tar, tar.gz, or zip archive on the device, so a whole tree can be transferred or backed up in one call.Pack files and directories into a tar, tar.gz, or zip archive on the device, so a whole tree can be transferred or backed up in one call.
No se publicó ningún esquema de entrada para esta herramienta.
extract_archiveExtract a tar, tar.gz, tar.bz2, tar.xz, or zip archive on the device into a directory, creating it when needed.Extract a tar, tar.gz, tar.bz2, tar.xz, or zip archive on the device into a directory, creating it when needed.
No se publicó ningún esquema de entrada para esta herramienta.
take_screenshotCapture the screen of the paired computer and return it as an image, for GUI work, visual checks, and demonstrating what is on screen. Uses the standard desktop screenshot portal on Wayland, with grim, gnome-screenshot, spectacle, scrot, ImageMagick import, screencapture, or PowerShell fallbacks de…Capture the screen of the paired computer and return it as an image, for GUI work, visual checks, and demonstrating what is on screen. Uses the standard desktop screenshot portal on Wayland, with grim, gnome-screenshot, spectacle, scrot, ImageMagick import, screencapture, or PowerShell fallbacks de…
No se publicó ningún esquema de entrada para esta herramienta.
start_searchStart a filename or content search on this computer and return the first results. Content searches return "path:line: text" rows. Use get_more_search_results to page and stop_search to stop a long search.Start a filename or content search on this computer and return the first results. Content searches return "path:line: text" rows. Use get_more_search_results to page and stop_search to stop a long search.
No se publicó ningún esquema de entrada para esta herramienta.
get_more_search_resultsRead more results from a search started with start_search. Offset is zero-based; a negative offset returns the last N results.Read more results from a search started with start_search. Offset is zero-based; a negative offset returns the last N results.
No se publicó ningún esquema de entrada para esta herramienta.
stop_searchStop a running search. Results collected so far stay readable until the search is cleaned up.Stop a running search. Results collected so far stay readable until the search is cleaned up.
No se publicó ningún esquema de entrada para esta herramienta.
list_searchesList active and recent searches on this computer with their status and result counts.List active and recent searches on this computer with their status and result counts.
No se publicó ningún esquema de entrada para esta herramienta.
start_processRun a shell command on this computer and return its initial output. The process keeps running so read_process_output or interact_with_process can be used later. Commands can change local or external state.Run a shell command on this computer and return its initial output. The process keeps running so read_process_output or interact_with_process can be used later. Commands can change local or external state.
No se publicó ningún esquema de entrada para esta herramienta.
read_process_outputRead buffered output from a session started with start_process. Without an offset it returns output produced since the previous read.Read buffered output from a session started with start_process. Without an offset it returns output produced since the previous read.
No se publicó ningún esquema de entrada para esta herramienta.
interact_with_processSend one line of input to a running session and return the output it produces. Use this for REPLs and other interactive commands.Send one line of input to a running session and return the output it produces. Use this for REPLs and other interactive commands.
No se publicó ningún esquema de entrada para esta herramienta.
wait_for_process_outputSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no se la inventa.
force_terminateSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no se la inventa.
list_sessionsSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no se la inventa.
get_system_infoSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no se la inventa.
list_processesSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no se la inventa.
35 de 40 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Securely use files, terminals, screenshots and processes on computers you pair with ReMCP.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.