Square Model Context Protocol Server (Beta)
# Square Model Context Protocol Server (Beta) This project follows the [Model Context Protocol](https://modelcontextprotocol.com/) standard, allowing AI…
Directory
# Square Model Context Protocol Server (Beta) This project follows the [Model Context Protocol](https://modelcontextprotocol.com/) standard, allowing AI…
# JIRA MCP Server 🚀 <!-- Badges - TODO: Replace <USER>/<REPO> and add real token/links --> [](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…
ASDF plugin for managing MCP (Model Context Protocol) servers
# AI SDK MCP Docs Server A Model Context Protocol (MCP) server that provides [AI SDK documentation](https://sdk.vercel.ai/), cookbook examples, and provider…
This is a Model Context Protocol (MCP) server built with TypeScript. It provides a versatile tool to fetch and parse any standard RSS/Atom feed, and also…
# 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…
[](https://mseep.ai/app/osomai-servicenow-mcp) # ServiceNow MCP…
# MEXC MCP Server A Model Context Protocol (MCP) server implementation for MEXC cryptocurrency exchange integration using Encore.ts. ## 🚀 Features -…
# MCP Server A lightweight wrapper around DroneKit that exposes vehicle APIs as asynchronous MCP tools over HTTP (SSE) or messaging. ## 📖 Overview…
# Integrating AI with Flutter: Creating AI Services with LlmServer and mcp_server ](https://www.python.org/)…
# MCP GraphQL [](https://smithery.ai/server/@setyolegowo/mcp-server-graphql) ##…
# Simple MCP Server starter with StdioServerTransport This is a simple MCP server starter kit using the StdioServerTransport. ## Setup Create a new MCP server…
# Python MCP Server Template A template repository for creating Model Context Protocol (MCP) servers using Python with stdio transport. ## Overview This…
# Kompo MCP rb server ## MCP setting ### VS Code ``` { "servers": { "hello": { "command": "docker", "args": [ "run", "-i", "--rm", "kompo-mcp-rb-server" ] }, }…
# toolbox-mcp-server MCP server A MCP server project ## Components ### Resources The server implements a simple note storage system with: - Custom note:// URI…
# 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…