AI Agent App
@anoochit
About AI Agent App
A sample repository for AI Agent and App integration
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 AI Agent App?
AI Agent App is a collection of sample applications that demonstrate integrating Google Gemini with various AI frameworks, including Model Context Protocol (MCP), RAG (Retrieval-Augmented Generation), Vertex AI, Flutter, and workflow automation tools like n8n. It is intended for developers exploring Gemini-based agent architectures.
How to use AI Agent App?
The README provides a list of sample directories (e.g., /ask_gemini/, /mcp_server/, /rag/). No explicit installation or configuration steps are given; users are expected to explore each sample’s own instructions within its folder.
Key features of AI Agent App
- Gemini chat sample app (
/ask_gemini/) - MCP Server with OpenWeatherMap and BMI Calculator
- MCP Client and CLI Agent (
/mcp_client/,/mcp_host/) - Kama Sutra RAG with FAISS, ChromaDB, and FastAPI
- Flutter app integrated with Vertex AI
- Agent apps using ADK (Agent Development Kit) and n8n
Use cases of AI Agent App
- Build and test a Gemini agent that calls external APIs via MCP
- Implement RAG with different vector databases (FAISS, ChromaDB)
- Create a Flutter mobile frontend powered by Vertex AI
- Automate agent workflows using n8n or custom CLI agents
FAQ from AI Agent App
What samples are included in AI Agent App?
The repository contains samples for a Gemini chat app, an MCP server (OpenWeatherMap and BMI calculator), an MCP client, a CLI agent, multiple RAG apps (FAISS, ChromaDB, FastAPI), a Flutter app with Vertex AI, and agent apps using ADK and n8n.
Where can I find the source code for each sample?
Each sample has its own subdirectory under the repository root, such as /mcp_server/, /rag/, and /ask_gemini/. The README lists all directories.
What transport does the MCP server use?
The MCP server example in the /mcp_server/ sample uses SSE (Server-Sent Events), as indicated by the description “A sample AI Agent Gemini with MCP Server SSE.”
Does the AI Agent App require any external dependencies?
The README does not list dependencies. Users should refer to the individual sample directories for runtime requirements (likely Python, Node.js, or Flutter SDK depending on the sample).
More AI & Agents MCP servers
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Comments