Directory

Search MCP Servers

Explore 23,068 servers by name, category, or capability

Showing 217–240 of 2,505 for Requirements:

Fscan_mcp

# fscan MCP 项目指南 ## 项目概述 fscan MCP 是一个基于 fscan 工具的端口扫描和漏洞检测的 MCP 服务封装。项目通过 FastMCP 框架提供标准化的接口,便于集成到其他系统中。 ## 项目结构 ``` ├── brute-passwd/ # 爆破字典目录 ├── .trae/ #…

AI Agents in Container

# AI Agents in Container # kasm Desktop ```bash docker run \ --name browser-use \ --shm-size=4096m \ -w /mnt \ -p 8080:6901 \ -e VNC_PW=password \ -id…

MCP Jenkins Server

# MCP Jenkins Server A Model Context Protocol (MCP) server that provides Jenkins integration tools. ## Features - Get Jenkins server information - List and…

OWASP MCP Server

# OWASP MCP Server A WebSocket-based Mission Control Protocol (MCP) server for OWASP ZAP security scanning, enabling real-time control and monitoring of…

Rag Starter

# rag-starter — chat with your documents (RAG), with citations A production-ready starter that turns a folder of documents into a **cited Q&A service**. Drop…

CSV Analyzer MCP Server

# CSV Analyzer MCP Server A lightweight, modular tool designed to analyze CSV datasets and produce structured summaries suitable for consumption by language…

MCP Weather Server 🌤️

# MCP Weather Server 🌤️ This project is an AutoGen-based MCP Weather Server using Gemini 1.5 through OpenAI-compatible API. It responds to weather queries…

Void MCP Server

# Void MCP Server This project provides a Model Context Protocol (MCP) server for managing LLM context data. A small utility `run_local.py` can launch a local…

MCP Server PR Agent

# MCP Server PR Agent This project provides a server for managing and analyzing pull requests using the MCP framework. ## Setup 1. Clone the repository…

NYT MCP Server

A Message Concentrator Protocol (MCP) server that provides a unified, simple interface to the New York Times APIs. This server simplifies interaction with…

Mcp Server

initialize a directory ```bash uv init sse_server ``` create venv and activate ```bash uv venv #for windows .venv\Scripts\activate ``` install libraries…

LangChain MCP

# LangChain MCP #### This repository explores the Model Context Protocol (MCP) using LangChain. It includes two core components: ##### Twitter Server: Fetches…

MCP Server

# MCP Server A FastAPI server for integrating with the EAIM Technologies API and providing data visualization capabilities through WebSockets. ## Features -…

設定手順

# 設定手順 以下の手順で開発環境をセットアップできます。 ① 仮想環境を作成 ``` uv venv ``` このコマンドを実行すると、カレントディレクトリに .venv/ フォルダが作成されます。 ② 仮想環境をアクティブにする ``` source .venv/bin/activate ``` ③…

MCP Server Setup Instructions

# MCP Server Setup Instructions This MCP server provides a Telegram AI agent that can interact with Gmail, Google Calendar, and Google Tasks using the Ionos AI…

Mcp Server

MCP (Multi-Functional Command Processor) сервер предоставляет API для получения текущего курса доллара, прогноза погоды в заданном городе и сводки новостей за…

Customer Support RAG Chatbot

# Customer Support RAG Chatbot A Retrieval-Augmented Generation (RAG) chatbot trained on customer support documentation to assist users by answering queries…

MCP 学习项目⚡

MCP 学习项目⚡是一个基于 MCP(Model Context Protocol)协议的学习程序,提供四则运算工具集,并支持基于 SSE 的实时消息传输与异步 HTTP 客户端,适合用于学习和演示 MCP 协议的实现。