Skip to main content
Glama

mcp-presentation

MCP-сервер для сборки презентаций (PDF / web) с task-based async pipeline.

Пакеты (ports & adapters)

Пакет

Port / роль

Adapter

Артефакт

mcp-presentation

FastMCP + TaskStore

rusqlite

state/tasks.db

mcp-state

sessions / workspaces

rusqlite

state/sessions.db

mcp-git

GitPort

gix

bare + worktrees

mcp-docker

ContainerRuntime

bollard

Docker Engine API

Стек: Python 3.14 · FastMCP · Rust/PyO3 · gix · bollard · rusqlite · Pydantic.

Git v1: init_bare / add_worktree / commitбез CLI, без push (ADR-0011).
Docker: DooD socket через bollard — без docker CLI (ADR-0012).
Deploy v1: локальный copy в out/deployed/ (ADR-0007).

Related MCP server: marp-agent-mcp

Happy path (MCP tools)

create_session
  → create_project(project_id)
  → checkout_workspace(session_id, project_id)   # gix worktree + state
  → save_presentation_ir(session_id, ir_json)    # Pydantic validate
  → commit_workspace(session_id, …)
  → build_presentation(session_id, "pdf"|"web"|"web-pdf")  # also refreshes out/slides/
  → get_build_status(task_id)
  → get_slide_image(session_id, slide=1)         # read PNG only (after build)
  → deploy_presentation(session_id)

Пример IR: examples/demo/presentation.ir.json
JSON Schema: schemas/presentation.ir.schema.json

ADR

docs/adr/ · overview docs/architecture/OVERVIEW.md

Dev

uv venv -p 3.14 .venv && source .venv/bin/activate
uv pip install -e ".[dev]"
(cd packages/mcp-state && maturin develop)
(cd packages/mcp-git && maturin develop)
(cd packages/mcp-docker && maturin develop)
maturin develop
pytest -q

Lint / format

make fmt     # ruff + rustfmt
make lint    # ruff + mypy + rustfmt --check + clippy
make check   # lint + pytest
make docker-build   # latex-builder + web-builder images

Builder images + worker

infra/

build_presentation ставит задачу; BuildWorker делает claim_next, валидирует IR, компилирует в .tex/.md при необходимости, запускает образ через bollard.

Образы: MCP_LATEX_IMAGE / MCP_WEB_IMAGE.

Диск

state/tasks.db  state/sessions.db
projects/<id>.git/
workspaces/<ws_id>/
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/hewimetall/mcp-presentation'

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