google-example
Example project for Google GenAI
pinned to #a0f37a7updated 2 weeks ago
Ask your AI client: “install mcps/google-example”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/google-examplemetahub onboarded this repo on the author's behalf.
If you own github.com/ComposioHQ/composio on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
29,169
Last commit
2 weeks ago
Latest release
published
- #agentic-ai
- #agents
- #ai
- #ai-agents
- #aiagents
- #composio
- #developer-tools
- #example
- #function-calling
- #gemini
- #genai
- #gpt-4
- #javascript
- #js
- #llm
- #llmops
- #mcp
- #python
- #remote-mcp-server
- #sse
- #typescript
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a0f37a7· 2 weeks ago
Documentation
41Description qualitywarn
Only 5 words · 32 chars — more detail helps discovery
Tell consumers what this artifact does in a full sentence.
README is present and substantial
8,800 chars · 8 sections · 7 code blocks
Tags / topics declared
22 total — composio, example, google, genai, gemini, agentic-ai (+16)
README has usage / example sections
found: Quickstart
Homepage / docs URL declared
https://docs.composio.dev
Release history
1- releasecurrenta0f37a7warn2 weeks ago
Contents
This example demonstrates how to use Composio SDK with Google's GenAI (Gemini).
Setup
-
Install dependencies:
pnpm install -
Configure environment:
cp .env.example .envThen edit
.envand add your API keys:COMPOSIO_API_KEY: Get it from Composio DashboardGEMINI_API_KEY: Get it from Google AI Studio
Running the Example
# Run the example
pnpm start
# Run in development mode (with file watching)
pnpm dev
What This Example Does
- Initializes Composio SDK
- Fetches available tools
- Demonstrates basic usage patterns
Customization
Edit src/index.ts to:
- Add specific apps you want to integrate with
- Implement your business logic
- Add error handling and logging
Related Examples
- OpenAI Example - Shows integration with OpenAI
- LangChain Example - Shows integration with LangChain
- More Examples - Browse all available examples
Support
Reviews
No reviews yet. Be the first.
Related
excel-mcp-server
Excel MCP Server for manipulating Excel files
agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
mcpproxy-go
Local-first MCP proxy with BM25 tool discovery, security scanning, quarantine & ~99% token savings
mh install mcps/google-example