Building a Remote MCP Server on Cloudflare (Without Auth)
# Building a Remote MCP Server on Cloudflare (Without Auth) This example allows you to deploy a remote MCP server that doesn't require authentication on…
Directory
# Building a Remote MCP Server on Cloudflare (Without Auth) This example allows you to deploy a remote MCP server that doesn't require authentication on…
An MCP server that connects AI assistants to real-time weather data through OpenWeatherMap API using Server-Sent Events.
# Building a Remote MCP Server on Cloudflare (Without Auth) This example allows you to deploy a remote MCP server that doesn't require authentication on…
# Building a Remote MCP Server on Cloudflare (Without Auth) This example allows you to deploy a remote MCP server that doesn't require authentication on…
MCP 学习项目⚡ is a learning project based on the Model Context Protocol (MCP) that demonstrates how to implement an MCP Server. It includes a FastAPI-based API…
Asynchronous Python library for building Model Context Protocol (MCP) servers and clients over HTTP/SSE, ideal for AI agents, tool integrations, and chatbot…
- `stdio/`: Weather data fetcher using STDIO transport - `sse/`: Weather data fetcher using Server-Sent Events (SSE) transport ## MCP Configuration The global…
# Guitar Store MCP Server A Model Context Protocol (MCP) server for a guitar store that provides tools for querying guitar inventory and processing orders. ##…
# MCP SSE Launcher A Python-based management system for Model Context Protocol (MCP) servers that automatically wraps stdio-based servers with Supergateway to…
# Building a Remote MCP Server on Cloudflare (Without Auth) This example allows you to deploy a remote MCP server that doesn't require authentication on…
# 🌦️ Weather MCP (Model Context Protocol) Demo This project demonstrates the implementation of a **Model Context Protocol (MCP)** system for weather…
# Postman Agent Generator Welcome to your generated agent! 🚀 This project was created with the [Postman Agent…
# Weather MCP Server A Spring Boot application that provides weather information through the Model Context Protocol (MCP). This project demonstrates how to…
# Plantuml Validation MCP Server This project is an MCP server for validating Plantuml code. 🏅 Certified by MCPHub [This project is certified by…
<p align="center"> <img src="https://app.mlatho.com/favicon.ico" width="80" alt="Mlatho" /> </p> <h1 align="center">Mlatho MCP Server</h1> <p align="center">…
This is an MCP (Model Context Protocol) server implementation in TypeScript that uses Server-Sent Events (SSE) for remote message transport and Bearer token…
A collection of reference implementations for the Model Context Protocol (MCP) with SSE (Server-Sent Events), alongside community-built servers. It enables…
[](https://www.python.org/downloads/) …
# MCP MySQL 本地数据库服务 MCP MySQL服务是一个轻量级的个人使用服务程序,用于连接和操作本地MySQL数据库。此服务可作为Cursor的MCP服务使用,通过API接口使Cursor能够轻松地执行各种数据库操作。 ## 特性 - 连接本地MySQL数据库 - 提供RESTful API进行数据库操作…
created from MCP server demo
<h1 align="center">Crawl4AI RAG MCP Server</h1> <p align="center"> <em>Web Crawling and RAG Capabilities for AI Agents and AI Coding Assistants</em> </p> A…
This project demonstrates a simple client-server implementation of the Model Context Protocol (MCP), an open protocol by Anthropic that enables large language…
A lightweight MCP (Model Context Protocol) Server implementation exposing custom tools via SSE for integration with AI clients.
An HTTP/SSE proxy server for Model Context Protocol (MCP) applications using stdio. Supports raw JSON-RPC commands via HTTP and implements direct stdio…