Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Web Research Server
by
PhialsBasement
Verified
npm
GitHub
Browser Automation
Search
JavaScript
MIT License
854
1
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-webresearch-stealthified
docs
.cursorrules
.gitignore
index.ts
LICENSE
package.json
pnpm-lock.yaml
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2023", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "dist", "sourceMap": true, "declaration": true, "skipLibCheck": true, "lib": [ "ES2023", "DOM", "DOM.Iterable" ] }, "include": [ "*.ts" ], "exclude": [ "node_modules", "dist" ] }