MCP.so
ログイン
G

Gemma Ai Mcp Server

@rocnubie

Gemma Ai Mcp Server について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

rocnubie

投稿者

Chen Roc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "gemmaai-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/gemmaai-mcp/src/index.mjs"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Gemma Ai Mcp Server?

A Model Context Protocol server that exposes the canonical Gemma AI knowledge surface — models, prompts, chat workflows, pricing, FAQ, and official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. It is read-only, requires no API keys or quota, and has an approximately 50 ms cold start.

How to use Gemma Ai Mcp Server?

Install via Smithery (npx -y @smithery/cli install gemmaai-mcp --client claude) or clone the repository from GitHub and run pnpm install. After adding the server configuration to your MCP client’s JSON file, you can invoke the list_models, get_pricing, and get_official_links tools, or use the included prompts (tell_me_about_gemmaai, start_chat_session_gemmaai).

Key features of Gemma Ai Mcp Server

  • Read-only, no API keys, no quota, ~50 ms cold start.
  • Exposes four Gemma 4 model variants (E2B, E4B, 26B MoE, 31B dense).
  • Supports multimodal input (text, images, video, audio, documents).
  • Context windows from 128K to 256K tokens.
  • Tools: list_models, get_pricing, get_official_links.
  • Prompts for summarizing the site and starting chat sessions.

Use cases of Gemma Ai Mcp Server

  • Software development and competitive programming with the 31B model.
  • Mathematical and logical reasoning using high AIME and MMLU Pro scores.
  • Document and image analysis (PDFs, screenshots, diagrams).
  • Edge and privacy-sensitive applications using compact E2B/E4B models.
  • Rapid prototyping with open-weight models under Apache 2.0 license.

FAQ from Gemma Ai Mcp Server

What API keys or authentication are required?

None. The server is fully read-only and requires no API keys, account, or quota.

Which AI clients are compatible with Gemma Ai Mcp Server?

Claude Desktop, Cursor, Windsurf, and Continue are explicitly listed as compatible MCP clients.

Is Gemma Ai Mcp Server read-only?

Yes. It only exposes knowledge surface (models, pricing, links, FAQ) and does not allow any write operations.

How do I install Gemma Ai Mcp Server?

You can install via Smithery (npx -y @smithery/cli install gemmaai-mcp --client claude) or by cloning the repository and running pnpm install from source.

What runtime and dependencies are required?

Node

コメント

「その他」の他のコンテンツ