MCP Manager Local
@silastorres14
关于 MCP Manager Local
Server para gerir os servidores de MCP
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-manager-silastorres14": {
"command": "node",
"args": [
"server.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Manager Local?
A local web manager to start, stop, configure, and view logs of MCP (Multi-Capability Protocol) servers. It also allows cloning servers from Git repositories and adding configurations via JSON. Designed for developers managing multiple MCP servers locally.
How to use MCP Manager Local?
Install Node.js 18+ and Git. Clone the repository, run npm install, optionally edit servers.json, then start with node server.js. Access the web interface at http://localhost:3000. Use the interface to clone Git repos, paste JSON configurations, or manually add servers. Use action buttons to start, stop, edit, or remove servers.
Key features of MCP Manager Local
- Web interface accessible at
http://localhost:3000 - Add server configurations manually or via JSON
- Edit, remove, and manage server entries
- Start and stop individual MCP server processes
- View real-time stdout and stderr logs
- Clone Git repositories containing MCP servers
- Persists all configurations in
servers.json
Use cases of MCP Manager Local
- Manage a fleet of MCP servers from a single web dashboard
- Quickly clone and configure new MCP servers from Git repos
- Debug server issues by monitoring real-time logs
- Test MCP server configurations before deploying to production
- Organize and maintain server settings without editing config files manually
FAQ from MCP Manager Local
What are the prerequisites for running MCP Manager Local?
Node.js version 18 or higher and Git (for cloning functionality) are required.
How do I add a new server configuration?
Use the web interface: paste a JSON object, fill the manual form, or use the "Clonar Repositório MCP" section to clone a Git repo – a placeholder is added automatically.
Where are server configurations stored?
All configurations are saved locally in a servers.json file. Do not commit secrets in this file to public repositories.
Can I build a standalone executable?
Yes, run npm run build-pkg. Then copy servers.json into the dist/ folder and run the executable. The cloned servers folder will be created inside dist/.
Is it possible to clone a server from a Git repository?
Yes, the "Clonar Repositório MCP" section allows you to clone any Git repo containing an MCP server. A placeholder is added to the list for later configuration.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论