Skip to main content
Glama

Markdownify MCP Server

by zcaceres
package.json1.26 kB
{ "name": "mcp-markdownify-server", "version": "0.0.2", "description": "MCP Markdownify Server - Model Context Protocol Server for Converting Almost Anything to Markdown", "license": "MIT", "author": "@zcaceres (@zachcaceres | zach.dev)", "homepage": "https://github.com/zcaceres/mcp-markdownify-server", "bugs": "https://github.com/zcaceres/mcp-markdownify-server/issues", "type": "module", "bin": { "mcp-markdownify-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "dev": "tsc --watch", "preinstall": "node preinstall.js", "start": "node dist/index.js", "test": "bun test", "test:watch": "bun test --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "private-ip": "^3.0.2", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.9.3", "@types/private-ip": "^1.0.3", "bun": "^1.1.41", "sdk": "link:@types/modelcontextprotocol/sdk", "shx": "^0.3.4", "ts-jest": "^29.2.5", "typescript": "^5.6.2" }, "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" }

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/zcaceres/markdownify-mcp'

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