MCP(Model Context Protocol) minimal Kotlin client server sample
# MCP(Model Context Protocol) minimal Kotlin client server sample A simple weather tool demonstrating server-client interaction using the Model Context…
Directory
# MCP(Model Context Protocol) minimal Kotlin client server sample A simple weather tool demonstrating server-client interaction using the Model Context…
A sample MCP server that uses SSE (Server-Sent Events) transport to demonstrate an MCP protocol SSE implementation. It is based on the official “everything”…
A sample repository for AI Agent and App integration
# Cloudflare Remote MCP Server A Model Context Protocol (MCP) server implementation running on Cloudflare Workers with Durable Objects. ## Features - **Remote…
# sample-serverless-mcp-server A Github MCP Server implementation based on Amazon Lambda and Streamable HTTP protocol. ## Project Description This project…
sample code using gen-ai(bedrock) with mcp-server
Sample MCP server for securities prices, historical information, etc.
This is a sample implementation of a Model Context Protocol (MCP) server using Spring Boot. The server is designed to be used with the Model Context Protocol…
# Descope MCP Server [](https://smithery.ai/server/@descope-sample-apps/desc…
Python sample code for MCP server + REST API (FastAPI) integration
A sample implementation of MCP (Model Context Protocol) servers written in C++. It demonstrates the basic protocol flow using standard I/O and is intended as…
Sample MCP Server is a Model Context Protocol (MCP) server built with TypeScript and Express.js that provides integration with SQL databases, the Jira API, and…
A plactice of MCP (Model Context Protocol) Server by kotlin.
India Payments Mcp is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor) accept payments in India via UPI, credit/debit cards, netbanking…
HTTP 402 + USDC pay-per-call API for AI agents. 16 endpoints (QR codes,
A Ruby gem providing secure Rails console access through MCP for AI agents and development tools.
An MCP interface for the rails-pg-extras gem, providing PostgreSQL metadata and performance analysis through LLM prompts.
# Redshift MCP Server (TypeScript) This is a Model Context Protocol (MCP) server for Amazon Redshift implemented in TypeScript. It follows Anthropic's…
# Mcp Server Basic Sample ## Prepare mcp server app ### 1. Install packages ```bash pnpm install ``` ### 2. Build ```bash pnpm build ``` ## Mcp Inspector…
This project provides sample MCP servers that can be used with Amazon Q CLI or other MCP-compatible AI assistants
The world most simplest MCP server sample, maybe.
This text introduces the Model Context Protocol (MCP) for AI interaction, exploring Google Apps Script (GAS) as a server option. It shows feasibility with a…
A simple, abridged MemGPT agent written in Spring Boot. Includes a running as a REST API or MCP server. Also includes a simple ChatBot App to interact with the…
### uvのインストール ``` curl -LsSf https://astral.sh/uv/install.sh | sh ``` ### Pythonプロジェクトを作成 ``` # mcp-server-demoというPythonプロジェクトを作成 uv init mcp-server-demo ```…