I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Server-Manager
3 years
Works with Finder
1
Github Watches
1
Github Forks
1
Github Stars
MCP Server Management Scripts
This repository contains scripts to easily start and manage MCP (Model Context Protocol) servers for development.
Scripts Overview
- start-mcp-servers.sh: Starts all your MCP servers
- manage-mcp-servers.sh: Helps you manage running MCP servers (list, stop, view logs, etc.)
Getting Started
Make sure both scripts are executable:
chmod +x start-mcp-servers.sh manage-mcp-servers.sh
Starting MCP Servers
To start all your MCP servers:
./start-mcp-servers.sh
By default, this will:
- Clear any existing log files
- Run all servers in the foreground with output displayed in the current terminal
- Prefix each line with the server name for easy identification
Running in Background Mode
If you prefer to run servers in the background:
./start-mcp-servers.sh --background
In background mode, the script will try to start servers using one of these methods (in order of preference):
- iTerm2 tabs (if using iTerm2)
- Terminal.app windows (if using Terminal.app)
- tmux sessions (if tmux is available)
- Background processes with log files (fallback method)
Command Line Options
./start-mcp-servers.sh --help
Available options:
-
--background
,-b
: Run servers in background mode -
--help
,-h
: Show help message
Managing MCP Servers
The management script provides several commands to help you manage your running MCP servers:
Show Help
./manage-mcp-servers.sh help
List Running Servers
./manage-mcp-servers.sh list
This will show all configured servers and whether they're running or not.
Stop Servers
Stop all servers:
./manage-mcp-servers.sh stop
Stop a specific server (by number):
./manage-mcp-servers.sh stop 1 # Stop the first server
View Logs
List all log files:
./manage-mcp-servers.sh logs
View logs for a specific server (by number):
./manage-mcp-servers.sh logs 1 # View logs for the first server
Bring a Server to Foreground
./manage-mcp-servers.sh fg 1 # Bring the first server to foreground
If bringing to foreground isn't possible, it will show the log file in real-time.
Adding New MCP Servers
To add a new MCP server, you only need to edit the start-mcp-servers.sh
file:
- Open
start-mcp-servers.sh
- Find the
MCP_SERVERS
array at the top of the file - Add your new server command as a new line in the array
MCP_SERVERS=(
"npx @agentdeskai/browser-tools-server"
"npx -y @modelcontextprotocol/server-sequential-thinking"
"npx your-new-server-command" # Add your new server here
)
The management script will automatically pick up the new server from the start script.
Log Management
The scripts handle logs in the following ways:
-
Automatic Cleanup: When starting servers, existing log files are automatically cleared to prevent them from growing too large.
-
Foreground Mode: In the default foreground mode, logs are displayed directly in the terminal with server name prefixes.
-
Background Mode: In background mode, logs are saved to files named after each server (e.g.,
browser-tools-server.log
). -
Viewing Logs: Use
./manage-mcp-servers.sh logs
to view logs for background processes.
How It Works
- The start script defines all your MCP servers in an array at the top
- It detects your environment and starts the servers in the most appropriate way
- The management script extracts the server configuration from the start script
- It uses
pgrep
to find running processes andpkill
to stop them - For viewing logs, it uses
tail -f
to show real-time updates
Troubleshooting
If you encounter any issues:
- Make sure both scripts are executable (
chmod +x *.sh
) - Check that the server commands in the array are correct
- Look at the log files in the current directory for error messages
- Try running the server commands manually to see if they work
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Therapist adept at identifying core issues and offering practical advice with images.
Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven
A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.
A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!
一个适用于中小型团队的AI聊天机器人,支持DeepSeek,Open AI,Claude和Gemini等车型。 专为中小团队设计的ai聊天应用,支持deepSeek,打开ai,claude,双子座等模型。
Reviews

user_C4saMCPh
As a loyal user of the MCP Server by routineco, I can confidently say this tool has transformed my workflow. Its seamless integration and robust features allow for efficient and reliable data management. The user-friendly interface and comprehensive documentation make it accessible even for beginners. Highly recommend for anyone needing a powerful protocol server.