Browse all MCP servers by alejandro-ao.
by alejandro-ao
This repository contains an implementation of a Model Context Protocol (MCP) server for educational purposes, demonstrating how to build a functional MCP server that can integrate with various LLM clients.
The RAG MCP Server is a Retrieval Augmented Generation server that utilizes FastMCP and ChromaDB to manage document ingestion and retrieval using vector embeddings.
The GNews API MCP Server provides a standardized interface for accessing news articles and headlines through the GNews API, enabling AI applications to perform news searches and retrieve trending headlines.
This repository provides an educational example of a Model Context Protocol (MCP) server implemented in Python using the FastMCP library.