MCP.so
登录

MCP Server Manager

@marcellobatiista

关于 MCP Server Manager

Interface gráfica e CLI para criação, gerenciamento e execução de servidores MCP (Model Context Protocol) com monitoramento em tempo real e configuração simplificada.

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

marcellobatiista

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server Manager?

MCP Server Manager is a tool for creating, configuring, and managing local Model Control Protocol (MCP) servers. It provides both a command-line interface (CLI) and a graphical user interface (GUI) and is designed for developers using Cursor and Claude Desktop.

How to use MCP Server Manager?

Install by cloning the repository, running pip install -r requirements.txt, and executing quick_setup.py. Launch the GUI with the global mcp command or use the CLI launcher (cli-launcher.bat or python cli/launcher.py). Import existing servers via the GUI’s “Importar Servidor” button.

Key features of MCP Server Manager

  • Start, stop, restart, and monitor MCP servers
  • Dual interface: CLI and modern GUI
  • Real-time server logs and bidirectional communication
  • Automatic integration with Cursor and Claude Desktop
  • Multi-server management with process detection and duplicate checking
  • Quick setup and import of existing MCP servers

Use cases of MCP Server Manager

  • Create and test a first local MCP server for Cursor or Claude Desktop
  • Manage and monitor multiple MCP servers simultaneously
  • Import existing MCP server scripts into the manager
  • Quickly configure a new development environment with automatic setup

FAQ from MCP Server Manager

What is the Model Control Protocol (MCP)?

MCP is a protocol that allows applications like Cursor and Claude Desktop to communicate with language models, defining how requests are sent and responses received.

Do I need to know Python to use MCP Server Manager?

No, you can use existing servers through the intuitive GUI without programming knowledge. However, developing custom servers requires basic Python skills.

Can I use MCP Server Manager with applications other than Cursor and Claude Desktop?

Yes, as long as those applications support the MCP protocol. Documentation and testing focus primarily on Cursor and Claude Desktop.

Does MCP Server Manager support remote MCP servers?

No, the current version only supports local MCP servers using stdio transport. Remote servers (HTTP/SSE) and OAuth authentication are not yet implemented.

What are the runtime requirements?

Python 3.10 or higher, pip, and the dependencies listed in requirements.txt. Full compatibility with Windows 10/11 and macOS 12+, with experimental Linux support.

评论

其他 分类下的更多 MCP 服务器