Back to MCP directory
publicPublicdnsLocal runtime

MCP-Recon-Server

项目提供两种服务运行方式:HTML服务器和标准输入输出服务器

article

README

🚀 项目安装与启动

📦 安装指南

  1. 克隆项目到本地。
  2. 运行以下命令:
    • 运行 UV add . --dev
    • 运行 UV run src/main.py # 用于 HTML 服务器
    • 运行 UV run src/mainStdioServer.py # 用于 stdio 服务器
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client