Skip to main content
Glama

MCP Browser Screenshot Server

browser-decoder.jsโ€ข342 B
module.exports = class BrowserDecoder { constructor (encoding) { this.decoder = new TextDecoder(encoding === 'utf16le' ? 'utf16-le' : encoding) } get remaining () { return -1 } decode (data) { return this.decoder.decode(data, { stream: true }) } flush () { return this.decoder.decode(new Uint8Array(0)) } }

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