Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.
Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
OVERLEAF_GIT_TOKENClé d’APIobligatoireOverleaf Git authentication token, from https://www.overleaf.com/user/settings under Git integration.
OVERLEAF_SESSION_COOKIEClé d’APIfacultatifOptional. An Overleaf browser session cookie, which turns on the tracked-changes tools: suggest an edit, read the review panel, leave a comment.
Déclaré par l’auteur dans le registre MCP officiel. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.
list_filesPull from Overleaf and list tracked files grouped by kind, including files hidden by sparse checkout. Optionally filter by extension and include unpublished new files.Pull from Overleaf and list tracked files grouped by kind, including files hidden by sparse checkout. Optionally filter by extension and include unpublished new files.
Aucun schéma d’entrée n’a été publié pour cet outil.
project_summaryPull from Overleaf and return a JSON overview: file counts, likely main document and its section count, first ten files, pending diff statistics, and new unpublished files.Pull from Overleaf and return a JSON overview: file counts, likely main document and its section count, first ten files, pending diff statistics, and new unpublished files.
Aucun schéma d’entrée n’a été publié pour cet outil.
read_filePull from Overleaf and read text, optionally by line range. Without mode, returns plain text. mode=full returns JSON content and revision; mode=smart with previousRevision returns unchanged, a line replacement delta, or full content when the baseline is unavailable. Deltas use 1-based startLine: sp…Pull from Overleaf and read text, optionally by line range. Without mode, returns plain text. mode=full returns JSON content and revision; mode=smart with previousRevision returns unchanged, a line replacement delta, or full content when the baseline is unavailable. Deltas use 1-based startLine: sp…
Aucun schéma d’entrée n’a été publié pour cet outil.
replace_textReplace an exact snippet of text in a project file. The snippet must appear exactly once unless replaceAll is set.Replace an exact snippet of text in a project file. The snippet must appear exactly once unless replaceAll is set.
Aucun schéma d’entrée n’a été publié pour cet outil.
edit_sectionprivilégiéReplace the whole body of one section of a .tex file, located by its title. Include the sectioning command itself in newContent.Replace the whole body of one section of a .tex file, located by its title. Include the sectioning command itself in newContent.
Aucun schéma d’entrée n’a été publié pour cet outil.
write_fileprivilégiéOverwrite a project file with new content, creating it if it does not exist. Prefer replace_text or edit_section for changes to an existing file.Overwrite a project file with new content, creating it if it does not exist. Prefer replace_text or edit_section for changes to an existing file.
Aucun schéma d’entrée n’a été publié pour cet outil.
show_diffShow the diff of everything edited locally but not yet pushed to Overleaf. Call this before push_changes.Show the diff of everything edited locally but not yet pushed to Overleaf. Call this before push_changes.
Aucun schéma d’entrée n’a été publié pour cet outil.
discard_local_changesThrow away every local edit that has not been pushed, returning the clone to the last version seen on Overleaf.Throw away every local edit that has not been pushed, returning the clone to the last version seen on Overleaf.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_projectsList the Overleaf projects this server is configured to reach, and which one is the default.List the Overleaf projects this server is configured to reach, and which one is the default.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_sectionsList the sectioning commands in a .tex file with their line ranges, so a section can be addressed by title instead of by line number.List the sectioning commands in a .tex file with their line ranges, so a section can be addressed by title instead of by line number.
Aucun schéma d’entrée n’a été publié pour cet outil.
read_sectionRead the body of a single section of a .tex file, located by its title.Read the body of a single section of a .tex file, located by its title.
Aucun schéma d’entrée n’a été publié pour cet outil.
search_projectSearch all tracked text files for a string or regular expression, returning matching lines.Search all tracked text files for a string or regular expression, returning matching lines.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_tracked_changesRead the tracked changes and review-panel comment threads on a document, as Overleaf's review panel shows them.Read the tracked changes and review-panel comment threads on a document, as Overleaf's review panel shows them.
Aucun schéma d’entrée n’a été publié pour cet outil.
suggest_editprivilégiéReplace an exact snippet of text so that it arrives in Overleaf as a tracked change, which a co-author can accept or reject,Replace an exact snippet of text so that it arrives in Overleaf as a tracked change, which a co-author can accept or reject,
Aucun schéma d’entrée n’a été publié pour cet outil.
add_commentAttach a review-panel comment thread to an exact snippet of text. The thread is anchored immediately;Attach a review-panel comment thread to an exact snippet of text. The thread is anchored immediately;
Aucun schéma d’entrée n’a été publié pour cet outil.
project_statusReport whether the local clone is in step with Overleaf: commits pulled, edits pending, and the recent history.Report whether the local clone is in step with Overleaf: commits pulled, edits pending, and the recent history.
Aucun schéma d’entrée n’a été publié pour cet outil.
sync_projectPull the latest commits from Overleaf into the local clone without changing anything.Pull the latest commits from Overleaf into the local clone without changing anything.
Aucun schéma d’entrée n’a été publié pour cet outil.
compile_projectCompile the project locally with latexmk and report errors and warnings. Build artifacts are written outside the clone, so they are never pushed to Overleaf.Compile the project locally with latexmk and report errors and warnings. Build artifacts are written outside the clone, so they are never pushed to Overleaf.
Aucun schéma d’entrée n’a été publié pour cet outil.
push_changesCommit the pending local edits and push them to Overleaf. Before pushing, the server re-checks Overleaf and rebases onto anything collaborators pushed in the meantime; if that cannot be done cleanly the push is refused and the conflict is reported.Commit the pending local edits and push them to Overleaf. Before pushing, the server re-checks Overleaf and rebases onto anything collaborators pushed in the meantime; if that cannot be done cleanly the push is refused and the conflict is reported.
Aucun schéma d’entrée n’a été publié pour cet outil.
19 outils sur 19 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Non suivies : peerDependencies. Cet arbre ne couvre que les dépendances d'exécution ; ce qu'elles entraînent n'a jamais été résolu.