mcp-config-manager
mcp-config-managerは、JavaScriptで構築された設定管理ツールです。このツールは、アプリケーションの設定を簡単に管理し、変更を追跡することができます。ユーザーはJSON形式で設定を定義し、簡単に更新やバージョン管理が可能です。特に、複数の環境での設定管理を効率化するために設計されています。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
25
フォーク
0
イシュー
0
MCP Config Manager
A browser extension for managing MCP server configurations with an intuitive interface - designed to solve the common frustrations you face every day.
💡 Why MCP Config Manager?
Ever found yourself saying:
- "How do I add this MCP? The JSON is driving me crazy!"
- "I have so many MCPs in my system, I can't tell which is which!"
- "Why is it so complicated to delete an MCP?"
- "Why do my commands always fail on Windows? I need Mac-to-Windows format conversion!"
MCP Config Manager was built specifically to solve these pain points. No more struggling with complex JSON formats, disorganized configurations, or cross-platform compatibility issues.
✨ Features
- 🚀 Easy server configuration management without JSON headaches
- 💻 One-click cross-platform support for Windows & Mac
- 🔄 Automatic JSON validation and formatting
- 🌐 Multi-language support (English & Chinese)
- 📋 One-click configuration copying
- 🔄 Enable/disable servers with simple toggles
- 🎨 Modern and intuitive UI that even non-technical users can understand
- 💾 Browser storage for persistent configurations
- 🔒 All data stays local - complete privacy protection
📥 Installation
Chrome / Edge / Chromium-based browsers
- Download the latest release from the Releases page
- Go to
chrome://extensions/
oredge://extensions/
- Enable "Developer mode" (top-right corner)
- Click "Load unpacked"
- Select the extracted extension folder
Firefox
- Open Firefox and go to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select the
manifest.json
file in the extension folder
🚀 Usage
- Click the MCP icon in your browser toolbar to open the extension
- Click "Add" to add a new server configuration
- Fill in the server name and JSON configuration
- Use the toggle switch to enable/disable servers
- Click "Copy" to copy all enabled server configurations
- Use the platform toggle at the top to switch between Windows and Mac configurations
📝 Configuration Format
The MCP server configuration should follow this format:
{
"mcpServers": {
"serverName": {
"command": "npx",
"args": [
"-y",
"@sinco-lab/mcp-youtube-transcript"
]
}
}
}
🔒 Privacy
This extension runs entirely locally and does not send your data to any servers. All configuration information is stored in your browser's local storage.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.