@mcp-manager/mcp-checklists
This repository helps users self-host STDIO MCP servers remotely using a secure, containerized approach. It provides infrastructure and tooling to deploy MCP servers accessible over HTTPS with token-b
Install
Add @mcp-manager/mcp-checklists to Claude Code with the PolySkill CLI: polyskill add @mcp-manager/mcp-checklists
Instructions
# MCP-Checklists Claude Context ## Repository Purpose This repository helps users self-host STDIO MCP servers remotely using a secure, containerized approach. It provides infrastructure and tooling to deploy MCP servers accessible over HTTPS with token-based authentication. ## Core Architecture ### Components 1. **Supergateway**: Converts STDIO-based MCPs into StreamableHTTP endpoints (port 8000 internally) 2. **Nginx Reverse Proxy**: Provides secure HTTPS exposure with token-based authentication (port 5000, proxies to 8000) 3. **Dokku**: Docker-based Platform-as-a-Service for deployment and…
Keywords: github, mcp-servers, containerization, https-deployment, remote-access, secure-infrastructure, devops-tools, self-hosting, token-authentication