Skip to main content
Glama

Image Processor MCP Server

package.json793 B
{ "name": "image-processor-server", "version": "0.1.0", "description": "MCP for image optimisation and upload to vercel blob", "private": true, "type": "module", "bin": { "image-processor-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "@vercel/blob": "^1.1.1", "axios": "^1.9.0", "fs-extra": "^11.3.0", "sharp": "^0.34.2" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

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/jbergant/mcp_image_processor_to_vercel_blob'

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