Loading languages...
FA

falahgs/Brave-Gemini-Research-MCP-Server

@falahgs3

A modern MCP (Model Context Protocol) server implementation that provides AI assistants with web search capabilities via the Brave Search API and advanced research paper analysis with Google's Gemini model.

web search
research
gemini
brave
ai assistant

# mcpServer Config

{
  "mcpServers": {
    "Brave-Gemini Research": {
      "command": "node",
      "args": [
        "G:\\path\\to\\your\\brave-gemini-research-mcp\\dist\\index.js"
      ],
      "cwd": "G:\\path\\to\\your\\brave-gemini-research-mcp",
      "timeoutMs": 120000,
      "env": {
        "BRAVE_API_KEY": "your_brave_api_key",
        "GOOGLE_API_KEY": "your_google_api_key",
        "NODE_ENV": "production",
        "DEBUG": "mcp:*"
      }
    }
  }
}

# stdio

node dist/index.js
Transport:
stdio
言語:
TypeScript
作成日:4/13/2025
更新日:6/25/2025