Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
overleaf_whoamiA

Check whether OVERLEAF_COOKIE is set and still a valid, logged-in session.

overleaf_list_projectsA

List your Overleaf projects (id, name, owner, last-updated timestamp).

overleaf_pullA

Download an Overleaf project and extract it into dest_dir (overwrites existing files).

overleaf_push_fileA

Upload or overwrite a single file in an Overleaf project.

Creates any missing remote folders in remote_path. Joins the realtime channel to resolve folder ids, so this is slower than overleaf_pull.

overleaf_push_dirA

Push every locally-changed file under local_dir into an Overleaf project.

Diffs local files against the current remote content (byte-for-byte) and uploads only what differs or is new locally. Does not delete remote files that were removed locally — use overleaf_delete_file for that.

overleaf_delete_fileB

Delete a file from an Overleaf project.

overleaf_compileA

Trigger a compile and return its status (and the error log on failure).

overleaf_download_pdfB

Compile an Overleaf project and download the resulting PDF to dest_path.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NiccoloSalvini/overleaf-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server