MCP.so
登录

AI Agent App

@anoochit

关于 AI Agent App

A sample repository for AI Agent and App integration

基本信息

分类

AI 与智能体

许可证

MIT

运行时

dart

传输方式

stdio

发布者

anoochit

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

AI 与智能体 分类下的更多 MCP 服务器