I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

ResearchMCP
Serveur d'agrégateurs API multi-recherche construit avec Deno + Hono
1
Github Watches
0
Github Forks
6
Github Stars
ResearchMCP
A research tool that combines the Model Context Protocol (MCP) with Brave Search, Tavily Search, etc. to achieve research capabilities equivalent to (or aiming to be equivalent to) ChatGPT's DeepResearch.
Technology Stack
- Runtime: Deno
- Framework: Hono
- Error Handling: Neverthrow (Result<T, E> pattern)
- Deployment: Docker container
Setup
Local Development
-
Install Deno
-
Clone the repository
-
Set environment variables
-
BRAVE_API_KEY
: Brave Search API key -
TAVILY_API_KEY
: Tavily Search API key (optional)
-
-
Run the application:
make dev # HTTP server make mcp # MCP server for Claude Desktop
Container Environment
-
Install Docker and Docker Compose
-
Set environment variables in a
.env
file -
Build and run the container:
make d-build make d-up
Development Commands
# Local development
make dev # Start HTTP server with watch mode
make mcp # Start MCP server for Claude Desktop
make test # Run tests
make lint # Run linter
make format # Format code
make check # Type check
# Docker development
make d-build # Build the image
make d-dev # Start container with live reload
make d-up # Run in background
make d-logs # View logs
make d-down # Stop container
MCP Integration with Claude Desktop
-
Run the MCP server:
make mcp
-
In Claude Desktop, add a new MCP server with the following configuration:
{ "mcpServers": { "MCPSearch": { "description": "Web search powered by Brave, Tavily, etc.", "command": "/absolute/path/to/ResearchMCP/cli.ts", "args": [], "transport": "stdio", "env": { "BRAVE_API_KEY": "your_brave_api_key_here", "TAVILY_API_KEY": "your_tavily_api_key_here" } } } }
Replace
/absolute/path/to/ResearchMCP/cli.ts
with the actual path to the cli.ts file.
Known Limitations
- Language Support: Brave Search API has limited support for non-Latin characters. Searches in Japanese, Chinese, Korean, and other non-Latin script languages may fail with encoding errors. For best results, use English queries.
Features
- Web Search: Search the web using Brave Search API through Claude Desktop
- MCP Protocol: Full compliance with the Model Context Protocol
- Caching: Search results are cached to improve performance and reduce API calls
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Plateforme d'automatisation de workflow à code équitable avec des capacités d'IA natives. Combinez le bâtiment visuel avec du code personnalisé, de l'auto-hôte ou du cloud, 400+ intégrations.
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Reviews

user_6rngOWGr
I have been using ResearchMCP for my projects, and it's an absolute game-changer! The seamless integration and robust feature set help streamline my research workflow efficiently. Kudos to riii111 for creating such a fantastic tool! Highly recommended. Discover more at https://github.com/riii111/ResearchMCP.