Pocketbase
# pocketbase-mcp [](LICENSE) [](LICENSE) [ An [MCP](https://modelcontextprotocol.io/) server implementation of Couchbase that allows LLMs to directly…
# Fast HTML MCP [](https://www.npmjs.com/package/@aimino/fast-html-mcp-server)…
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker…
# Sequential Thinking MCP Server <div align="center"> [](LICENSE)…
# UML-MCP-Server [English](README.md) | [中文](README_zh.md) [](https://smithery.ai/serv…
# 🚀 MCP Server Chart - 完全离线版本 [](https://opensource.org/licenses/MIT)…
# Unsplash MCP Server This project implements a Model Context Protocol (MCP) server that provides tools for interacting with the Unsplash API, allowing users…
# Hologres MCP Server Hologres MCP Server serves as a universal interface between AI Agents and Hologres databases. It enables seamless communication between…
# Xitoring MCP Server [](https://modelcontextprotocol.io/) [](https://goreportcard.com/report/github.com/luffy050596/mcp-se…
# JobNimbus MCP Server This project provides a [Model Context Protocol (MCP)](https://docs.cursor.com/context/model-context-protocol) server for interacting…
<div align="center"> <img src="https://cdn.simpleicons.org/autodeskrevit/0696D7" alt="Revit" height="80"/> # Autodesk Revit MCP Server **Model Context Protocol…
# prufa-mcp — the QA agent for your vibe-coded app <!-- mcp-name: io.github.prufa-dev/prufa-mcp --> **Vibe-coded apps ship faster than anyone can review…
# zaico-mcp-server zaico-mcp-serverは、zaico APIとMark3Labs MCPを統合するためのサーバーアプリケーションです。 ## 機能 - 在庫データ - 一覧取得 ## 必要条件 - Go 1.23.7以上 ## インストール ### 方法1: go…
# Loki MCP Server A [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/mcp) server for Grafana Loki that provides AI agents with access to…
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…
# MCP Server Tencent ## 项目简介 这是一个基于 Spring Boot 3.x 和 Spring AI 的腾讯云 MCP 服务端项目。该项目主要用于与腾讯云 AI 服务进行集成,提供统一的接口调用能力。 ## 技术栈 - Spring Boot 3.4.5 - Spring AI…
# RAGFlow MCP Server RAGFlow API MCP Server,可以查找知识库和聊天。 下载 MCP 开发文档和 RAGFlow API 参考: ```bash wget https://modelcontextprotocol.io/llms-full.txt -O…
```python from mcp.server.fastmcp import FastMCP mcp = FastMCP("DemoServer") @mcp.tool() def say_hello(name: str) -> str: """Say hello to someone Args: name…