Gemma Ai Mcp Server
@rocnubie
About Gemma Ai Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gemmaai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/gemmaai-mcp/src/index.mjs"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments