Back to MCP directory
publicPublicdnsLocal runtime

effect-cli-model-context-protocol

一个将多个MCP服务整合为单一CLI工具的项目

article

README

🚀 效果 CLI - 模型上下文协议

本项目将多个 MCP 服务器集合进行整合,并以 CLI(命令行界面)的形式将其功能暴露出来。这使得用户可以通过简洁的命令行操作,方便地调用各个 MCP 服务器的相关功能,有效提升操作效率,解决了在项目中管理和使用多个 MCP 服务器的繁琐问题。

🚀 快速开始

本项目整合了项目中的多个 MCP 服务器集合,并以 CLI 形式呈现,方便用户操作。

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