Back to MCP directory
publicPublicdnsLocal runtime

ranger-mcp-server

一个MCP服务器项目,无论收到何种工具请求,均固定返回'Ranger!'响应。

article

README

🚀 使用说明

本项目运行服务器脚本后,可提供多个实用工具。以下为你详细介绍使用方法。

🚀 快速开始

运行服务器脚本,你可以使用以下命令:

python ranger_fastmcp.py

💻 使用示例

基础用法

运行上述脚本后,它提供了多个工具(如 rangerranger_with_inputany_request 等)。不过需要注意的是,所有这些工具都会忽略输入并简单地返回 "Ranger!"。

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