mcp-gateway

docker mcp CLI plugin / MCP Gateway

GitHub Stars

308

User Rating

Not Rated

Favorites

0

Views

30

Forks

47

Issues

22

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
Docker: Latest version
Nginx: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/aarora79/mcp-gateway
cd mcp-gateway

2. Install Dependencies

bash
pip install -r requirements.txt

3. Configure Nginx

Edit the Nginx configuration file to set up reverse proxy to the MCP server.

4. Start Server

bash
python app.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Nginx is not configured correctly Solution: Review the Nginx configuration file.

Additional Resources