Skip to main content
Glama
package.json1.41 kB
{ "name": "mcpbrowser", "displayName": "MCP Browser", "description": "Lightweight MCP server-extension that allows Copilot to fetch protected web pages you can authenticate to via browser - handles login, SSO, and anti-crawler restrictions. Should be used when standard fetch_webpage fails", "version": "0.2.18", "publisher": "cherchyk", "icon": "icon.png", "engines": { "vscode": "^1.107.0" }, "categories": [ "Other" ], "keywords": [ "mcp", "model-context-protocol", "github-copilot", "browser", "authentication" ], "activationEvents": [ "onStartupFinished" ], "main": "./src/extension.js", "contributes": { "commands": [ { "command": "mcpbrowser.configure", "title": "Configure MCPBrowser for GitHub Copilot" }, { "command": "mcpbrowser.remove", "title": "Remove MCPBrowser from GitHub Copilot" } ] }, "repository": { "type": "git", "url": "git+https://github.com/cherchyk/MCPBrowser.git" }, "bugs": { "url": "https://github.com/cherchyk/MCPBrowser/issues" }, "homepage": "https://github.com/cherchyk/MCPBrowser#readme", "license": "MIT", "devDependencies": { "@types/node": "^20.19.27", "@types/vscode": "^1.107.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "type": "commonjs" }

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/cherchyk/MCPBrowser'

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