Skip to main content
Glama
coolport
by coolport

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
latexmk_compileB

Compile a LaTeX document using latexmk. Accepts raw LaTeX source or a path to an existing .tex file. Returns structured errors, warnings, missing package hints, page count, and the output file path.

latexmk_draft_compileA

Run a fast single-pass draft compile to quickly surface errors without running multiple passes or bibliography. Good for syntax/error checking during editing.

latexmk_cleanA

Clean LaTeX build artifacts in a directory using latexmk -c (auxiliary files only) or latexmk -C (auxiliary + output files).

latexmk_checkA

Check whether latexmk is installed and which TeX engines are available on this system.

latexmk_list_dependenciesA

List all file dependencies of a LaTeX document (included .tex files, .bib files, packages, images, etc.) using latexmk -deps.

latexmk_watch_startA

Start a background latexmk watch process (-pvc) that recompiles automatically on file changes. Returns a session_id.

latexmk_watch_stopA

Stop a running latexmk watch session by session_id.

latexmk_watch_listA

List all currently active latexmk watch sessions.

latexmk_write_configB

Write a .latexmkrc config file to a project directory or globally to ~/.latexmkrc.

latexmk_read_configA

Read the active .latexmkrc config files from the project and home directory.

latexmk_list_citationsA

Extract all citation keys from a LaTeX document and optionally cross-reference them against a .bib file.

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/coolport/latexmk-mcp'

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