Skip to main content
Glama

MCP Browser Screenshot Server

pass-through-decoder.jsโ€ข273 B
const b4a = require('b4a') module.exports = class PassThroughDecoder { constructor (encoding) { this.encoding = encoding } get remaining () { return 0 } decode (tail) { return b4a.toString(tail, this.encoding) } flush () { return '' } }

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/seabassgonzalez/mcp-browser-screenshot'

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