https://github.com/willccbb/claude-deep-research
Claude Deep Research config for Claude Code.
https://github.com/willccbb/claude-deep-research
Last synced: about 1 month ago
JSON representation
Claude Deep Research config for Claude Code.
- Host: GitHub
- URL: https://github.com/willccbb/claude-deep-research
- Owner: willccbb
- Created: 2025-03-09T20:23:31.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T20:34:44.000Z (about 2 months ago)
- Last Synced: 2025-03-09T21:24:42.581Z (about 2 months ago)
- Size: 5.86 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - willccbb/claude-deep-research - Claude Deep Research config for Claude Code. (Others)
README
# Claude Deep Research
Set environment variables in the `claude-dr` script appropriately, then run `./claude-dr`.
## MCPs we use and where to get your API keys
- [`@modelcontextprotocol/server-filesystem`](https://www.npmjs.com/package/@modelcontextprotocol/server-filesystem): Node.js server implementing Model Context Protocol (MCP) for filesystem operations.
- [`@modelcontextprotocol/server-brave-search`](https://www.npmjs.com/package/@modelcontextprotocol/server-brave-search): An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.
- Sign up for a [Brave Search API account](https://brave.com/search/api/)
- Choose a plan (Free tier available with 2,000 queries/month)
- Generate your API key [from the developer dashboard](https://api.search.brave.com/app/keys)
- [`@e2b/mcp-server`](https://www.npmjs.com/package/@e2b/mcp-server): A Model Context Protocol server for running code in a secure sandbox by E2B.
- Go to [your e2b dashboard](https://e2b.dev/dashboard)
- create a new API key
- [`mcp-server-fetch`](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch): Web content fetching and conversion for efficient LLM usage