Browse all MCP servers by rggh.
by RGGH
This project demonstrates a simple client-server implementation using the Model Context Protocol (MCP), which is a standardized way to connect large language models with tools and data.
This project demonstrates how to set up an MCP server and client using Server-Sent Events (SSE) for communication, including a tool that adds two numbers and integrates with the RIG agent for LLM prompting.
This project implements a Model Context Protocol (MCP) server in Rust using the `poem` framework, providing tools for managing counters, adding numbers, validating IP addresses, and checking CIDR ranges.