Example MCP SSE Server
# Example MCP SSE Server A Model Context Protocol (MCP) server implementation, enabling server-sent events (SSE) based communication. ## Overview Example MCP…
Directory
# Example MCP SSE Server A Model Context Protocol (MCP) server implementation, enabling server-sent events (SSE) based communication. ## Overview Example MCP…
MCP Example is an MCP server that integrates with the NASA NEO (Near Earth Object) API, allowing retrieval of near-Earth object information by date range. It…
It is a basic example of a serverless Model Context Protocol (MCP) server built with Netlify Functions. It exposes three tools to access Housekeep trade…
# Spring AI MCP Intacct Query STDIO Server A Spring Boot starter project demonstrating how to build a Model Context Protocol (MCP) server that provides Sage…
# MCP Server A lightweight wrapper around DroneKit that exposes vehicle APIs as asynchronous MCP tools over HTTP (SSE) or messaging. ## 📖 Overview…
An example MCP (Model Context Protocol) server for Anthropic, demonstrating how to build and configure a minimal server that can be used with Claude Desktop.
Example project showing how to build a simple MCP Server (and having it on Smithery!)
# MCP Fivetran An MCP (Model Context Protocol) server implementation for Fivetran management. This tool allows AI assistants to interact with Fivetran through…
# MCP Jenkins Server A Model Context Protocol (MCP) server that provides Jenkins integration tools. ## Features - Get Jenkins server information - List and…
# Quack MCP Server Quack is a continuous integration server built as an MCP server that automates code analysis and testing for Python code. It provides tools…
# MeterSphere MCP Server (Model Context Protocol) 本项目基于 Model Context Protocol(MCP)规范,实现一个面向 API 测试的 MCP Server,让 LLM 客户端(如 VS Code、Claude、Cursor…
```python from mcp.server.fastmcp import FastMCP mcp = FastMCP("DemoServer") @mcp.tool() def say_hello(name: str) -> str: """Say hello to someone Args: name…
# simctl-mcp A Model Context Protocol server implementation for iOS Simulator control. [ servers you can mount into Claude Desktop: 1. **line-bot** 2. **email_mcp** 3…
# MCP Notes Server A simple MCP (Message Coordination Protocol) server that provides access to notes stored in `~/DocumentationGenerator/notes/`. ## Setup 1…
This repository provides an empty Playwright test framework that was designed to test AI and Playwright MCP (Model Context Protocol) in course
# Remote MCP Server on Cloudflare Let's get a remote MCP server up-and-running on Cloudflare Workers complete with OAuth login! ## Develop locally ```bash #…
Let LLMs manage your Java application via JMX/Jolokia 🌶️
Enables cloud-based AI services to access local Stdio based MCP servers via HTTP requests
# MCP TypeScript Server Starter A starter project for building Model Context Protocol (MCP) servers in TypeScript. This project provides a simple echo server…
# EKS Model Context Protocol (MCP) Server A lightweight, efficient server that implements the Model Context Protocol for EKS operations. This server provides a…
An MCP stdio to HTTP SSE transport gateway with example server and MCP client
A basic stdio & streamable http implementation of FastMCP Server