Claude MCP Manager
@BLTGV
Claude MCP Manager について
Script to easily switch between Claude MCP server configurations on macOS.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Claude MCP Manager?
A command-line tool for macOS to define, manage, and switch between different sets of mcpServers configurations (profiles) for the Claude Desktop application. It is for users who want to organize multiple MCP server setups and easily activate them.
How to use Claude MCP Manager?
Install via the provided one-liner or manually, then run claude-mcp-manager <command | profile_name | option> in the terminal. Activate a profile by passing its name as the first argument; manage server definitions and profiles using the server and profile subcommands.
Key features of Claude MCP Manager
- Define individual MCP server configurations as separate JSON files.
- Group servers into named profiles (e.g., 'default', 'work', 'experimental').
- Activate a profile to update the Claude desktop config and restart the app.
- Use environment variables for secrets via a
.envfile with placeholders. - Backup and restore previous
mcpServersstate with thelastcommand. - Extract existing servers from the active Claude config into defined files.
Use cases of Claude MCP Manager
- Quickly switch between development, testing, and production MCP server sets.
- Share server configurations across team members without exposing API keys.
- Keep a stable "default" profile and experiment with new servers in separate profiles.
- Recover from a broken configuration by rolling back to the last active profile.
- Manage and document all MCP servers used in different projects or workflows.
FAQ from Claude MCP Manager
What are the system requirements?
macOS is required (uses pgrep, kill, open). Also needs jq for JSON processing (install via brew install jq) and a modern bash (>= 3.2, standard on macOS).
Where does Claude MCP Manager store its data?
All data is stored in ~/.config/claude/. Server definitions go in servers/, profiles in profiles/, the active profile name in loaded, and a backup of the previous mcpServers block in last.json. The .env file for secrets is also kept there.
How are secrets managed?
Sensitive values like API keys are stored in ~/.config/claude/.env. Server definition files reference them with placeholders like {{ENV:YOUR_API_KEY}} or {{DOTENV:YOUR_API_KEY}}, which are resolved when a profile is activated.
Can I undo a profile activation?
Yes. Run claude-mcp-manager last to restore the mcpServers block that was active before the last profile activation (backed up to last.json). This restarts Claude automatically.
Does Claude MCP Manager provide shell completion?
Yes. Optional tab completion is available for Bash and Zsh. Generation and installation instructions are provided in the README.
「AI とエージェント」の他のコンテンツ
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
コメント