Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Deep Web Research Server
by
qpd-v
Verified
npm
GitHub
Browser Automation
Search
TypeScript
MIT License
53
41
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-DEEPwebresearch
docs
src
.cursorrules
deepresearch-report.txt
.gitignore
improvements-plan.txt
index.ts
LICENSE
package.json
parallel-report.txt
pnpm-lock.yaml
quantum-deep-research-report.txt
quantum-parallel-report.txt
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "lib": ["ES2020", "DOM"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "sourceMap": true, "allowJs": false, "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "experimentalDecorators": true, "emitDecoratorMetadata": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", "**/*.test.ts" ] }