Skip to main content
Glama
manifest.json556 B
{ "manifest_version": 3, "name": "YetiBrowser MCP Bridge", "description": "Expose your current Chrome tab to the YetiBrowser MCP server.", "version": "1.3.0", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "storage", "scripting", "debugger" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons/16.png", "32": "icons/32.png", "48": "icons/48.png", "128": "icons/128.png" } }

Latest Blog Posts

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/yetidevworks/yetibrowser-mcp'

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