MCP SSE Launcher
A Python management system for MCP servers that wraps stdio-based servers as SSE endpoints and includes a web inspector for testing.
MCP SSE Launcher
A Python-based management system for Model Context Protocol (MCP) servers that automatically wraps stdio-based servers with Supergateway to expose them as SSE endpoints, plus provides a web-based inspector for testing.
Key Features
- Auto-update - keeps MCP servers up-to-date automatically
- Background monitoring - restarts crashed servers automatically
- Web inspector - debug and test MCP servers via browser
- SSE conversion - wraps stdio servers for HTTP/SSE access
- AI assistant integration - works with Cursor, Claude Desktop, etc.
Quick Start
# 1. Install dependencies
pip install -r requirements.txt
# 2. Set up environment (copy .env.example to .env and add API keys)
cp .env.example .env
# 3. Start all MCP servers (with auto-restart)
make run-servers
# 4. Start web inspector for debugging
make run-inspector
# 5. View inspector at the URL shown in the output
Common Use Cases
Debug a specific MCP server
# Start inspector (will show URL with auth token)
make run-inspector
# Visit the URL shown in output to test MCP servers
Add a new MCP server
# Add GitHub MCP server
python mcp_servers.py add \
--name github \
--cmd npx \
--args "-y @modelcontextprotocol/server-github" \
--env GITHUB_TOKEN=your_token_here \
--port 8094
Use with Cursor AI
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"filesystem": { "url": "http://localhost:8090/sse" },
"github": { "url": "http://localhost:8094/sse" },
"brave-search": { "url": "http://localhost:8096/sse" }
}
}
Restart a problematic server
# Kill conflicts and restart specific server
make restart-server SERVER=github
Run without auto-restart (for development)
make run-servers KEEP_ALIVE=0
What Happens Automatically
- Updates: npm packages and git repos are checked/updated before starting
- Port conflicts: conflicting processes are detected and can be killed
- Process monitoring: crashed servers restart up to 3 times
- Logging: each server logs to
/tmp/<server_name>.log - Cleanup: all processes are properly terminated on exit
Available MCP Servers
The default config includes popular servers like:
- filesystem (8090) - local file access
- github (8094) - GitHub repository interaction
- brave-search (8096) - web search
- fetch (8093) - HTTP requests
- youtube (8092) - YouTube search/info
- memory (8100) - persistent memory
- puppeteer (8101) - web automation
Troubleshooting
# Check what's using server ports
make check-server-ports
# Kill conflicting processes on server ports
make kill-server-conflicts
# Stop servers (inspector stops with Ctrl+C)
make stop-servers
# View server logs
tail -f /tmp/filesystem.log
Configuration
Servers are defined in mcp_config.json. Environment variables use ${VAR} syntax and are loaded from .env.
Example server config:
{
"name": "github",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {"GITHUB_TOKEN": "${GITHUB_TOKEN}"},
"port": 8094,
"server_type": "stdio"
}
関連サーバー
Scout Monitoring MCP
スポンサーPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Jira Context MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor.
T-IA Connect
A Model Context Protocol (MCP) bridge to programmatically control Siemens TIA Portal (PLC, blocks, tags, and HMI).
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
Vibes
Transforms Claude Desktop into a conversational development environment using distributed MCP servers.
Shadcn UI MCP Server
A powerful and flexible MCP server designed to enhance the development experience with Shadcn UI components, providing tools for component management, documentation, and installation.
EChart Server
A Go service that dynamically generates ECharts chart pages from JSON configurations.
D2 MCP Server
Generate, render, and manipulate D2 diagrams with incremental editing capabilities.
Code Reaper
CodeReaper is an AI-driven MCP tool for Cursor that finds and removes dead JavaScript by exploring real UIs and capturing V8 coverage
Jenkins API MCP Server
A server for managing Jenkins jobs through its REST API, including operations like building, configuration, and information retrieval.
Raygun
Interact with your crash reporting and real using monitoring data on your Raygun account