Skip to main content
Glama

Gyazo MCP Server

by nota
Dockerfile323 B
FROM node:22-slim WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm install --ignore-scripts # Copy source code COPY . . # Build the application RUN npm run build # Add environment variable for Gyazo access token ENV GYAZO_ACCESS_TOKEN=dummy_token CMD ["node", "build/index.js"]

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