Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
OVERLEAF_GIT_TOKENAPI-SchlüsselerforderlichOverleaf Git authentication token, from https://www.overleaf.com/user/settings under Git integration.
OVERLEAF_SESSION_COOKIEAPI-SchlüsseloptionalOptional. An Overleaf browser session cookie, which turns on the tracked-changes tools: suggest an edit, read the review panel, leave a comment.
Vom Autor in der offiziellen MCP-Registry angegeben. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
edit_sectionprivilegiertReplace 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
write_fileprivilegiertOverwrite 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
suggest_editprivilegiertReplace 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,
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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;
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
19 von 19 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Nicht verfolgt: peerDependencies. Dieser Baum erfasst nur Laufzeitabhängigkeiten; was jene mitbringen, wurde nie aufgelöst.