Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-server-rag-web-browser
Claim
Official
by
apify
npm
GitHub
Browser Automation
JavaScript
Apache 2.0
330
77
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-rag-web-browser
.github
src
CHANGELOG.md
.editorconfig
.env.example
eslint.config.mjs
.gitignore
LICENSE
.npmignore
package.json
package-lock.json
README.md
tsconfig.eslint.json
tsconfig.json
{ "extends": "@apify/tsconfig", "compilerOptions": { "module": "ESNext", "target": "ESNext", "outDir": "dist", "moduleResolution": "node", "noUnusedLocals": false, "lib": ["ES2022"], "skipLibCheck": true, "typeRoots": ["./types", "./node_modules/@types"], "strict": true }, "include": ["./src/**/*"], "exclude": ["node_modules"] }