patchy631/ai-engineering-hub
AI Engineering Hub offers in-depth tutorials and practical resources on Large Language Models, Retrieval-Augmented Generation, and real-world AI agent applications for all skill levels.
Awesome MCP › MCP Resources & Educational Materials
The project "mcp-sse" by sidharthrajaram is an implementation pattern for Model Context Protocol (MCP) clients and servers using Server-Sent Events (SSE). This approach enables decoupled, cloud-native client-server communication, which is a significant improvement over traditional STDIO-based patterns where the client spawns the server as a subprocess. The SSE-based design allows the MCP server to run as an independent process that agents (clients) can connect to, use, and disconnect from at any time and from any location, supporting more flexible and scalable cloud-native use cases. The repository includes a working example of an SSE-based MCP server and a standalone MCP client. The server, implemented in "weather.py," provides tools based on the National Weather Service APIs, allowing clients to query weather information such as forecasts and alerts. The client, implemented in "client.py," connects to the SSE endpoint of the server and interacts with the available tools to fulfill user queries. The example demonstrates how the client can request weather data for specific locations, showcasing the practical utility of the MCP with SSE communication. The project also emphasizes ease of installation and use, with instructions for running the server and client using the "uv" command and environment variable configuration for API keys. Additionally, it supports installation via Smithery, a package manager, facilitating integration with other MCP clients like Claude Desktop. Overall, this project provides a robust, cloud-native pattern for MCP communication using SSE, enhancing the flexibility, scalability, and decoupling of client-server interactions in MCP implementations. It is particularly useful for developers looking to implement MCP servers and clients that operate independently and communicate efficiently over the web using SSE.
https://github.com/sidharthrajaram/mcp-sse
AI Engineering Hub offers in-depth tutorials and practical resources on Large Language Models, Retrieval-Augmented Generation, and real-world AI agent applications for all skill levels.
This repository offers a comprehensive collection of over 50 tutorials and implementations for Generative AI Agent techniques, ranging from basic conversational bots to complex multi-agent systems,...
This repository offers end-to-end, code-first tutorials for building and deploying production-grade Generative AI agents, scaling from prototype to enterprise.
An open-source curriculum designed to teach the concepts and fundamentals of the Model Context Protocol (MCP) with practical coding examples in multiple programming languages.
A comprehensive collection of practical examples, tutorials, and tools for building powerful LLM-powered AI applications, including chatbots, agents, and workflows, with a focus on the Model Context Protocol (MCP).
The Model Context Protocol project provides a standardized specification and schema for managing model context to enable interoperability in model-driven systems.
A curated repository of modular skills, tools, and tutorials for enhancing AI coding agents like Claude, Codex, Copilot, and VS Code through dynamic instruction files.
A comprehensive curated collection of free resources to learn AI, Machine Learning, Large Language Models, AI Agents, and the Model Context Protocol from scratch.