MCP Test Servers
# MCP Test Servers A collection of test servers implementing the Model Context Protocol (MCP). ## 🚀 Quick Install Gallery Visit our **[GitHub Pages…
Directory
# MCP Test Servers A collection of test servers implementing the Model Context Protocol (MCP). ## 🚀 Quick Install Gallery Visit our **[GitHub Pages…
# Sample code for Model Context Protocl (MCP) with Server Sent Event (SSE) This repository is a sample for using SSE server. This server provides two unhelpful…
# MCP Server for Cursor A Model Context Protocol (MCP) server implementation for Cursor IDE integration, providing a modern web dashboard and tools through SSE…
# ⛓️ Context-Pipe **The Universal Standard for Context Engineering.** [](htt…
# 阿里云可观测 MCP Server(Go 版) <p align="center"> <a href="./README.md"><img alt="中文" src="https://img.shields.io/badge/简体中文-d9d9d9"></a> <a…
A feature-complete Model Context Protocol (MCP) server template in Go using the official go-sdk. It demonstrates all major MCP features with clean, idiomatic…
TypeScript Model Context Protocol (MCP) server boilerplate providing IP lookup tools/resources. Includes CLI support and extensible structure for connecting AI…
web client to inspect transport and messages to and from MCP servers
MCP Server is a Python-based MCP (Model Context Protocol) server that provides the current USD exchange rate, weather forecast, and news from the last week. It…
Deploy and host a remote MCP server on Cloud Run
A PHP Server Framework for Model Context Protocol (MCP)
# @sveltejs/mcp Repo for the official Svelte MCP server. ## Dev setup instructions ``` pnpm i cp apps/mcp-remote/.env.example apps/mcp-remote/.env pnpm dev ```…
# GitHub Action Trigger MCP Server A Model Context Protocol server for GitHub Actions integration. ## Overview This is a TypeScript-based MCP server designed…
# Eventor API Client A Python client for integrating with the Eventor orienteering API, providing access to events, entries, and results. ## Features - Access…
A Model Context Protocol (MCP) server (using java sdk 0.11.0) that provides email sending capabilities through SMTP integration. This server acts as a bridge…
Enable developers to quickly build an MCP server service framework that supports all Model Context Protocol (MCP) transfer modes (STDIO, SSE, Streamable…
<p align="center"> <img src="kemdi-code-mcp-logo.png" alt="kemdiCode MCP" width="420" /> </p> <h3 align="center">Model Context Protocol Server for AI-Powered…
# 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-server-upstox-api A MCP server for integrating with the Upstox trading API. ## Quick Start ### Setup 1. Clone the repository: ```bash git clone…
# mcp-server-get-database-config Create a new file named `database.json` based on the structure shown in the given sample file `database-example.json`, and…
# Simple MCP Server starter with StdioServerTransport This is a simple MCP server starter kit using the StdioServerTransport. ## Setup Create a new MCP server…
Expose a remote MCP server (HTTP) as a local stdio MCP server.
# Jira MCP Server This project is a server that acts as a bridge between Jira and the MCP (Model Context Protocol). It allows synchronization and interaction…
这是一个使用 Python 语言从 0 到 1 搭建 MCP server 的代码学习教程