Skip to main content
Glama

PDFtotext MCP Server

by jpwebb
MIT License
1
  • Linux
  • Apple
.eslintrc.js406 B
module.exports = { env: { node: true, es2021: true, jest: true, }, extends: [ 'eslint:recommended', ], parserOptions: { ecmaVersion: 12, sourceType: 'module', }, rules: { 'indent': ['error', 2], 'linebreak-style': ['error', 'unix'], 'quotes': ['error', 'single'], 'semi': ['error', 'always'], 'no-console': ['error', { allow: ['error'] }], }, };

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/jpwebb/pdftotext-mcp'

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