Back to MCP directory
publicPublicdnsLocal runtime

claude-mcp-config-switcher

一个用于管理Claude桌面应用mcpServers配置的命令行工具,支持多环境配置切换和敏感信息安全管理。

article

README

🚀 Claude MCP

Claude MCP 是一个用于管理与集成的多面手工具,支持配置文件管理、任务管理、日志记录等功能。

🚀 快速开始

Claude MCP 可帮助你高效地进行配置文件管理、任务管理等操作。

✨ 主要特性

Claude MCP 支持以下功能:

  • 配置文件管理:处理和管理各种格式(JSON、YAML)的配置文件。
  • 任务管理:创建、监控和删除任务。
  • 日志记录:跟踪操作并生成详细日志。
  • 环境变量:加载和管理环境变量。
  • 版本控制:比较不同版本,管理和同步版本。

📦 安装指南

使用 Homebrew 安装

要在 macOS 上安装 Claude MCP,请运行以下命令:

brew tap eyaltoledano/claude && brew install claude-mcp

要更新到最新版本:

brew update && brew upgrade claude-mcp

📚 详细文档

命令参考

安装命令

brew install claude-mcp

更新命令

brew upgrade claude-mcp

卸载命令

要卸载,请运行:

claude-mcp uninstall

若要同时删除配置目录(~/.config/claude),请使用:

claude-mcp uninstall --remove-config

⚠️ 重要提示

删除配置目录是永久性的,需要额外确认。

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