Skip to main content
Glama

PDF Redaction MCP Server

pyproject.toml•426 B
[project] name = "redact-mcp" version = "0.1.0" description = "MCP Server for PDF redaction using PyMuPDF" readme = "README.md" authors = [ { name = "Marc Hanheide", email = "marc@hanheide.net" } ] requires-python = ">=3.13" dependencies = [ "fastmcp>=2.12.0", "pymupdf>=1.24.0", ] [project.scripts] redact-mcp = "redact_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"

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/marc-hanheide/redact_mcp'

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