一个基于Web的图形用户界面工具,用于管理Claude和Cursor中的模型上下文协议(MCP)服务器。此工具允许您通过用户友好的界面轻松启用或禁用MCP服务器及其工具。

git clone https://github.com/yourusername/mcp-manager.git
cd mcp-manager
npm install
cp config.example.json config.json
npm start
MCP服务器管理器使用两个配置文件:
config.json:服务器的主要配置文件~/Library/Application Support/Claude/claude_desktop_config.json(macOS)~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json(macOS){
"mcpServers": {
"example-server": {
"command": "node",
"args": ["/path/to/server.js"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}
git checkout -b feature/amazing-feature)git commit -m '添加惊人的功能')git push origin feature/amazing-feature)本项目采用MIT许可证——详情见LICENSE文件。