Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Deep Research MCP Server
Claim
by
Ozamatash
GitHub
Research & Data
Browser Automation
Search
TypeScript
MIT License
44
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
deep-research-mcp
src
docker-compose.yml
Dockerfile
.env.example
exampleout.md
.gitignore
LICENSE
package.json
package-lock.json
prettier.config.mjs
.prettierignore
README.md
tsconfig.json
{ "name": "open-deep-research", "version": "0.0.1", "main": "dist/mcp-server.js", "type": "module", "scripts": { "format": "prettier --write \"src/**/*.{ts,tsx}\"", "tsx": "tsx --env-file=.env.local", "start": "tsx --env-file=.env.local src/run.ts", "build": "tsc", "build:watch": "tsc --watch", "serve": "node --env-file=.env.local dist/mcp-server.js", "docker": "tsx src/run.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "", "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.4.1", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.0", "prettier": "^3.4.2", "tsx": "^4.19.2", "typescript": "^5.7.3" }, "dependencies": { "@ai-sdk/openai": "^1.1.9", "@mendable/firecrawl-js": "^1.16.0", "@modelcontextprotocol/sdk": "^1.5.0", "ai": "^4.1.17", "dotenv": "^16.4.7", "js-tiktoken": "^1.0.17", "langfuse": "^3.35.2", "lodash-es": "^4.17.21", "p-limit": "^6.2.0", "zod": "^3.24.1" }, "engines": { "node": "22.x" } }