Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Markdownify MCP Server - UTF-8 Enhanced
Claim
by
JDJR2024
GitHub
File Systems
Developer Tools
TypeScript
MIT License
4
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
markdownify-mcp-utf8
src
.gitignore
LICENSE
package.json
pnpm-lock.yaml
pyproject.toml
.python-version
README-CN.md
README.md
setup.sh
tsconfig.json
uv.lock
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "node16", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist", "src/**/*.test.ts"] }