MCP Server (mcp-tools)
# MCP Server (mcp-tools) This project contains a general MCP server designed to provide tools for AI agents, communicating via stdin/stdout using the Model…
Directory
# MCP Server (mcp-tools) This project contains a general MCP server designed to provide tools for AI agents, communicating via stdin/stdout using the Model…
# GLEIF MCP Server A Model Context Protocol (MCP) server for accessing the Global Legal Entity Identifier (LEI) database via GLEIF's public API…
# ws-mcp Wrap MCP stdio servers with a WebSocket. For use with [kibitz](https://github.com/nick1udwig/kibitz). ## Quickstart ### Prerequisites Install…
# AccesibilityHub MCP Server for orchestrating web accessibility tools (axe-core, Pa11y, Lighthouse). Analyze web pages, check color contrast, get Lighthouse…
An MCP Server that's also an MCP Client. Useful for letting Claude develop and test MCPs without needing to reset the application.
# 🚀 Greptile MCP Server - TypeScript Edition [](https://badge.fury.io/js/greptile-mcp-server)…
mcp client application that utilizes spring ai. it integrates with mcp protocol-supported servers to enable ai-powered chat interactions.
A suite of AI agents and tools built on Model Context Protocol (MCP) for standardized, context-aware AI systems.
# Fusion 360 MCP Server A Model Context Protocol (MCP) server that interfaces between Cline and Autodesk Fusion 360. This server exposes Fusion 360…
# 🧠 OSDR MCP Server + Agents This repo demonstrates how to integrate MCP agents with custom tools for interacting with NASA’s Open Science Data Repository…
# ros2-mcp-server `ros2-mcp-server` is a Python-based server that integrates the Model Context Protocol (MCP) with ROS 2, enabling AI assistants to control…
Learning how to interact with LLM from MCP Servers with JBang, Quarkus & Langchain4j
# mcp-server A Model Context Protocol (MCP) server built with mcp-framework. ## Quick Start ```bash # Install dependencies npm install # Build the project npm…
# 🚀 JMeter MCP Server This is a Model Context Protocol (MCP) server that allows executing JMeter tests through MCP-compatible clients. > [!IMPORTANT] > 📢…
Minesweeper MCP Server is a Model Context Protocol server that lets MCP-compatible client agents play a game of Minesweeper. It works alongside a separate…
# Mcp Server Basic Sample ## Prepare mcp server app ### 1. Install packages ```bash pnpm install ``` ### 2. Build ```bash pnpm build ``` ## Mcp Inspector…
# Hedera MCP Server A Model Context Protocol (MCP) server for interacting with the Hedera network. This server provides tools for creating Hedera wallets…
Sarutahiko MCP 計算ツール is a sample calculator implementation that uses the Model Context Protocol (MCP) to provide basic arithmetic operations. It is built with…
# OWASP MCP Server A WebSocket-based Mission Control Protocol (MCP) server for OWASP ZAP security scanning, enabling real-time control and monitoring of…
# MCP-Server ## About This repository contains implementations of Model Context Protocol (MCP) server examples for agent-to-agent (A2A) systems. MCP allows AI…
A comprehensive guide and example implementations for building Model Context Protocol (MCP) servers in Python and TypeScript.
# MCP Server ## 1. What is MCP (Model Context Protocol)? Model Context Protocol (MCP) is a standard for interaction between models, agents, and contextual…
MCP Client-Server System Overview This project implements an MCP-based Client-Server System where a client sends a query, the server processes it using Ollama…
Spring AI Apps Project is a Spring Boot application that demonstrates integrating AI capabilities using the Spring AI framework. It provides a reference…