Skip to main content
Glama
manifest.json751 B
{ "manifest_version": 3, "name": "Browser Manager MCP Bridge", "version": "1.0.0", "description": "Connect Browser Manager MCP server to browser tabs", "permissions": [ "debugger", "activeTab", "tabs", "storage" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "lib/background.mjs", "type": "module" }, "action": { "default_title": "Browser Manager MCP Bridge", "default_icon": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }, "icons": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-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/DeamonDev888/Browser-Manager-MCP-Server'

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