Skip to main content
Glama
jeius

PDF MCP Server

by jeius

MCP-Server

Ein Monorepo mit Model-Context-Protocol-Servern. Jeder Server unter packages/ ist ein unabhängig baubarer, testbarer und veröffentlichbarer MCP-Server, der über stdio läuft.

Pakete

Paket

Beschreibung

@jeius-mcp-servers/pdf

Liest PDF-Dateien von der lokalen Festplatte; gibt Text und Positionsstruktur an einen LLM-Host über stdio zurück.

Related MCP server: flint-slating

Schnellstart

pnpm install
pnpm build
pnpm test
pnpm lint

Erfordert Node >=22 und pnpm (verwaltet über corepack – das Feld packageManager in der Root-package.json legt die genaue Version fest).

Repository-Aufbau

.
├── packages/
│   └── pdf/                # @jeius-mcp-servers/pdf
├── docs/
│   ├── adr/                # repo-wide Architecture Decision Records
│   └── agents/             # repo-wide agent conventions (issue tracker, domain docs)
├── AGENTS.md               # operational guide for AI coding agents (monorepo entry)
├── turbo.json              # Turborepo task pipelines
├── tsconfig.base.json      # shared TypeScript strict base
├── biome.json              # shared lint/format config
└── pnpm-workspace.yaml     # workspace definition (packages/*)

Jedes Paket hat sein eigenes AGENTS.md, CONTEXT.md, docs/ (PRD, Architektur, Tech-Stack, Plan, adr/), src/ und tests/.

Dokumentation

  • Agent-Anleitung: AGENTS.md

  • Entscheidungen: docs/adr/ – Repo-weite ADRs; paketspezifische ADRs liegen in packages/<name>/docs/adr/

  • Fachglossare: jeweils packages/<name>/CONTEXT.md

Lizenz

MIT

F
license - not found
Not graded
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.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables LLMs to read and extract content from PDF files with high-fidelity LaTeX recognition and layout awareness using a Python-based extraction engine. It includes a robust Node.js fallback and supports page range filtering for efficient processing of large documents.
    1
    40
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server that reads PDFs and exposes them as structured Markdown, metadata, outlines, images, and tables to LLM consumers via tools like pdf_read_markdown and pdf_info.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/jeius/mcp-servers'

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