Skip to main content
Glama

Gyazo MCP Server

by nota
package.json796 B
{ "name": "@notainc/gyazo-mcp-server", "version": "0.1.0", "description": "Official Model Context Protocol server for Gyazo", "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.18.0", "dotenv": "^17.0.0", "sharp": "^0.34.1" }, "devDependencies": { "@types/node": "^22.0.0", "mcp-proxy": "^5.0.0", "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/nota/gyazo-mcp-server'

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