Gemini_MCP — Gemini Agents | Neura Market
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityGemsExtensionsTrendingGenerate
    GeminiAgentsGemini_MCP
    Back to Agents
    Gemini_MCP

    Gemini_MCP

    VahidMammadzada October 29, 2025
    6 copies 0 downloads

    An intelligent multi-agent AI assistant powered by Gemini LLM using the ReAct pattern to orchestrate five specialized agents (crypto, stocks, portfolio, RAG, web search) through MCP. Features a LangGraph supervisor with streaming Gradio UI.

    Agent Definition
    # Claude MCP
    
    A multi-agent AI assistant powered by Gemini LLM using the ReAct pattern to orchestrate specialized agents through Model Context Protocol (MCP). Features a LangGraph supervisor with streaming Streamlit and Gradio UIs.
    
    ## ✨ Features
    
    - **ReAct-based supervisor** – dynamically routes queries to specialized agents
    - **5 Specialized Agents** – crypto, stocks, portfolio tracking, RAG document Q&A, web search
    - **Real-time streaming** – see AI reasoning steps as they happen
    - **Document upload** – chat with PDFs, TXT, and DOCX files
    - **Cloud integration** – ChromaDB Cloud for vectors, Google Cloud SQL for portfolio data
    - **Docker support** – containerized MCP servers
    
    ## 🛠️ Tech Stack
    
    - **AI/LLM**: Google Gemini 2.5 Pro, LangChain, LangGraph
    - **UI**: Streamlit (main), Gradio 5.0+ (for demos)
    - **Agent Protocol**: FastMCP (Model Context Protocol)
    - **Databases**: ChromaDB Cloud (vectors), Google Cloud SQL (PostgreSQL)
    - **APIs**: Alpha Vantage, CoinGecko, DuckDuckGo
    - **DevOps**: Docker, Docker Compose
    
    
    ## ⚙️ How It Works
    
    The ReAct supervisor uses a reasoning loop (max 5 steps):
    1. **Think** – Analyze query and determine needed information
    2. **Act** – Call appropriate agent(s)
    3. **Observe** – Process agent responses
    4. **Repeat** – Continue until sufficient information gathered
    5. **Synthesize** – Generate final answer
    
    
    ## 🚀 Quick Start
    ```bash
    # Clone and install
    git clone <repository-url>
    cd Gemini_MCP
    pip install -r requirements.txt
    ```
    
    Create `.env` file:
    ```bash
    GOOGLE_API_KEY=your_google_ai_api_key
    CHROMA_API_KEY=your_chroma_api_key
    CHROMA_TENANT=your_tenant_id
    CHROMA_DATABASE=your_database_name
    ALPHA_VANTAGE_API_KEY=your_alpha_vantage_key
    COINGECKO_API_KEY=your_coingecko_key
    GCP_PROJECT_ID=your_project_id
    CLOUD_SQL_INSTANCE_CONNECTION_NAME=project:region:instance
    CLOUD_SQL_DB_NAME=finance_tracker
    CLOUD_SQL_DB_USER=your_db_user
    CLOUD_SQL_DB_PASS=your_db_password
    ```
    
    Run database schema:
    ```bash
    psql -h <cloud-sql-host> -U <user> -d finance

    Tags

    agentic-aillm-agentmcp-serversrag-chatbot

    Comments

    More Agents

    View all
    research

    NotebookLM

    Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.

    G
    Google
    browser

    Project Mariner (Browser Agent)

    Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.

    G
    Google DeepMind
    multimodal

    Project Astra (Multimodal Agent)

    Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.

    G
    Google DeepMind
    enterprise

    Gemini Enterprise Agent Platform

    Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.

    G
    Google Cloud
    research

    Gemini Deep Research Agent

    Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.

    G
    Google
    canvas

    Gemini Canvas Agent

    Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.

    G
    Google

    Stay up to date

    Get the latest Gemini prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Gemini and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.