Skip to main content
Glama
aliargun

Gemini MCP Server

by aliargun

Gemini MCP サーバー

Claude Desktop が Google の Gemini AI モデルと対話できるようにするモデル コンテキスト プロトコル (MCP) サーバー実装。

特徴

  • 完全なMCPプロトコルサポート

  • リアルタイム応答ストリーミング

  • 安全なAPIキーの取り扱い

  • 設定可能なモデルパラメータ

  • TypeScript実装

Related MCP server: Gemini MCP Server

クイックスタート

  1. Gemini APIキーを取得する

  2. Claudeデスクトップの設定

    • 設定ファイルを見つけます:

      Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
      Windows: %APPDATA%\Claude\claude_desktop_config.json
      Linux: ~/.config/Claude/claude_desktop_config.json
    • Gemini 設定を追加します:

      {
        "mcpServers": {
          "gemini": {
            "command": "npx",
            "args": ["-y", "github:aliargun/mcp-server-gemini"],
            "env": {
              "GEMINI_API_KEY": "your_api_key_here"
            }
          }
        }
      }
  3. Claudeデスクトップを再起動します

ドキュメント

地域開発

# Clone repository
git clone https://github.com/aliargun/mcp-server-gemini.git
cd mcp-server-gemini

# Install dependencies
npm install

# Start development server
npm run dev

貢献

貢献を歓迎します!貢献ガイドをご覧ください。

よくある問題

  1. 接続の問題

  2. APIキーの問題

安全

  • APIキーは環境変数のみで処理されます

  • 機密データは記録または保存されません

  • 定期的なセキュリティアップデート

ライセンス

マサチューセッツ工科大学

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliargun/mcp-server-gemini'

If you have feedback or need assistance with the MCP directory API, please join our Discord server