Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Gyazo MCP Server
by
yuiseki
Verified
GitHub
Image & Video Processing
JavaScript
MIT License
6
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
gyazo-mcp-server
.github
src
tmp
Dockerfile
.dockerignore
.gitignore
gyazo_api.md
LICENSE
package.json
package-lock.json
README.md
renovate.json
tsconfig.json
{ "name": "gyazo-mcp-server", "version": "0.1.0", "description": "A MCP server for Gyazo", "private": true, "type": "module", "bin": { "gyazo-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "npx -y tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "image:build": "docker build -t gyazo-mcp-server .", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "lint": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "1.7.0", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.3.3" } }