Model Context Protocol (MCP) Server for Local MySQL
Quick little template for a local MCP MySQL server.
Directory
Quick little template for a local MCP MySQL server.
MCP Client 与 MCP Server基于SSE方式的样例实现(Python版本)
# SSE MCP Server このリポジトリは、Server-Sent Events (SSE) を使用したModel Context Protocol (MCP) サーバーのサンプル実装です。Netlify Edge Functionsを使用してデプロイできるように設計されています。 ## 最新の更新 -…
# Simple MySQL MCP Server A minimal FastAPI-based MCP server that lets GitHub Copilot or other MCP-compatible tools securely query your local or Dockerized…
This is a template for building Model Context Protocol (MCP) servers using Next.js, designed for serverless deployment on Vercel. It provides scaffolding for…
A starter template for creating a Model Context Protocol (MCP) server using TypeScript
Minimal typescript template to build an mcp server
MCP server for Moltalyzer — crypto intelligence, GitHub trends, and prediction market signals via x402 micropayments
## Sample MCP Server Implementation, How to use it <li>Step 1</li> <p>Just run as spring application and add the following configuraiton into the…
A powerful MCP server for JSON operations: pretty-print, minify, validate, diff two JSON objects, query with JSONPath, transform with templates, and generate…
Rime MCP is a Model Context Protocol (MCP) server that provides text-to-speech capabilities using the Rime API. It downloads synthesized audio and plays it…
This is a demo of an MCP server using Python, intended to be tested with vscode Copilot in Agent mode
MCP Host Client Server SSE is a natural language SQL database query system built on the Model Context Protocol (MCP). It integrates with OpenAI to convert…
<!-- @format --> # MCP Server Template This is a template for creating Model Context Protocol (MCP) servers. ## Getting Started 1. Install dependencies…
This project provides a Docker Compose environment to run the '@playwright/mcp' server.
A sample project demonstrating how to secure an MCP server using OAuth2, following the MCP specification’s authorization section. It is built with Spring Boot…
# Microsoft SQL MCP Server A robust SQL Server interface using the Model Context Protocol (MCP) standard, providing AI assistants with a controlled way to…
It is a sample Model Context Protocol (MCP) server implementation that uses the Confluence API to retrieve and create Confluence pages. It is intended for…
An MCP server for agentic integration with the VAST Database and Catalog.
An MCP server for managing context and memory for a multi-agent task execution based on agentic directed acyclic graph
MCP server for Marketo — query leads, programs, emails, forms, lists, and bulk exports from Claude in plain English.
# Vero Vero is a modern, open-source analytics stack designed to help organizations work data-driven — without relying on opaque third-party SaaS platforms or…
### 配置环境 ```bash uv venv -p 3.12 uv sync ``` **初次开发前执行(一定要执行)** `uv run pre-commit install` ### 启动 ```bash fastmcp run bilibili_mcp_server.py:mcp ``` 或 ```bash…
# MCPサーバー練習用コード 本コードは下記のQiita記事の実装コードです。 先に記事をご覧ください。 ## 環境構築 1. リポジトリクローン ```bash git clone https://github.com/switch-kosuke/practice-mcp-server.git ``` 2…