---
slug: "ai-agent-mcp"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/anoochit/ai_agent@master/README.md"
repo: "https://github.com/anoochit/ai_agent"
source_file: "README.md"
branch: "master"
---
# AI Agent App

A sample Gemini app

* [Gemini App](https://github.com/anoochit/ai_agent/tree/HEAD/ask_gemini/)

A sample AI Agent Gemini with MCP Server SSE

* [Ask! Agent](https://github.com/anoochit/ai_agent/tree/HEAD/ask_agent_mcp/)
* [MCP Client](https://github.com/anoochit/ai_agent/tree/HEAD/mcp_client/)
* [MCP Server - OpenWeatherMap and BMI Calculator](https://github.com/anoochit/ai_agent/tree/HEAD/mcp_server/)
* [CLI Agent](https://github.com/anoochit/ai_agent/tree/HEAD/mcp_host/)

A sample Kama Sutra RAG

* [Kama Sutra RAG + FAISS](https://github.com/anoochit/ai_agent/tree/HEAD/rag/)
* [Kama Sutra RAG + ChromaDB](https://github.com/anoochit/ai_agent/tree/HEAD/rag_chromadb/)
* [Kama Sutra RAG + ChromaDB + FastAPI](https://github.com/anoochit/ai_agent/tree/HEAD/rag_chromadb_api/)
* [Kama Sutra RAG App](https://github.com/anoochit/ai_agent/tree/HEAD/app_rag/)

A sample Flutter App and Vertex AI

* [Vertex AI Example](https://github.com/anoochit/ai_agent/tree/HEAD/ask_vertex/)
* TODO: [Vertex AI RAG Engine Example](https://github.com/anoochit/ai_agent/tree/HEAD/ask_vertex_rag/)
* TODO: [Vertex AI MCP Example](https://github.com/anoochit/ai_agent/tree/HEAD/ask_vertex_mcp/)

A sample Agent app

* [Imagine Agent](https://github.com/anoochit/ai_agent/tree/HEAD/adk_imagine/)
* [App integration with n8n](https://github.com/anoochit/ai_agent/tree/HEAD/ask_n8n/)

Resources

* [สร้าง AI Agent ด้วย Function Calling ของ Gemini](https://blog.redlinesoft.net/post/build-ai-agent-with-gemini-function-calling/)
* [Building AI Agents with Google’s Agent Development Kit (ADK) as MCP Client — A Deep Dive (Full Code)](https://medium.com/google-cloud/building-ai-agents-with-googles-agent-development-kit-adk-as-mcp-client-a-deep-dive-full-54d683713afe)
* [Model Context Protocol(MCP) with Google Gemini 2.5 Pro — A Deep Dive (Full Code)](https://medium.com/google-cloud/model-context-protocol-mcp-with-google-gemini-llm-a-deep-dive-full-code-ea16e3fac9a3)