Labsco
alexcong logo

Gemini

โ˜… 1

from alexcong

Provides access to Google Gemini AI capabilities as tools.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Gemini MCP Server

A Model Context Protocol (MCP) server that provides Google Gemini AI capabilities as tools. Built with Deno and TypeScript.

Features

  • ask_gemini: Unified AI assistant powered by Gemini 3 Pro with built-in Google Search and URL analysis capabilities

MCP Tool

ask_gemini

The unified AI assistant powered by Gemini 3 Pro with built-in Google Search and URL analysis capabilities.

Parameters:

  • prompt (required): Your question or request. Include URLs directly in the text for analysis.

Example:

{
  "name": "ask_gemini",
  "arguments": {
    "prompt": "What are the latest developments in quantum computing? Please analyze this paper: https://arxiv.org/abs/2301.01234"
  }
}

Capabilities:

  • ๐Ÿ” Automatically searches the web for current information
  • ๐Ÿ“„ Analyzes URLs mentioned in your prompt text
  • ๐Ÿง  Uses Gemini 3 Pro with thinking capabilities, urlContext and googleSearch tools
  • ๐Ÿ“š Provides comprehensive, well-sourced answers with enhanced reasoning

Dependencies

Development

This project uses Deno with TypeScript. Key development commands:

  • deno task dev - Start development server with watch mode
  • deno task test - Run test suite
  • deno cache src/server.ts - Cache dependencies
  • deno fmt - Format code
  • deno lint - Lint code

Support