Sample
0
Provides an AI assistant application integrating FastMCP, MongoDB Atlas, and an LLM endpoint with direct MCP tool calling capabilities.
概要
This application serves as a comprehensive example of an AI assistant, seamlessly integrating a FastMCP server with a MongoDB Atlas knowledge base and an LLM endpoint. It uniquely demonstrates direct MCP tool calling, enabling a sophisticated flow where user queries trigger LLM service function calls that directly invoke MCP tools, allowing retrieval of information from MongoDB Atlas to generate context-rich responses for the user.
主な機能
- FastMCP Server with integrated document search and retrieval tools
- GitHub integration for automated repository document ingestion
- 0 GitHub stars
- Comprehensive REST API including chat and GitHub ingestion endpoints
- Seamless MongoDB Atlas integration for document storage and search
- LLM integration with direct tool calling capabilities for enhanced AI functionality
ユースケース
- Developing AI assistant applications leveraging custom tool calling
- Implementing Retrieval-Augmented Generation (RAG) systems for Large Language Models
- Integrating LLMs with external knowledge bases and services via structured APIs