{"id":28975192,"url":"https://github.com/rishichirchi/mcphub","last_synced_at":"2025-06-24T12:32:48.687Z","repository":{"id":299141913,"uuid":"1002176056","full_name":"rishichirchi/MCPHub","owner":"rishichirchi","description":"DockerHub but for MCPs!","archived":false,"fork":false,"pushed_at":"2025-06-14T22:23:38.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-14T23:26:38.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishichirchi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-14T22:02:50.000Z","updated_at":"2025-06-14T22:27:33.000Z","dependencies_parsed_at":"2025-06-14T23:26:44.324Z","dependency_job_id":"3584d6c5-cc55-4e6a-8619-496b93a890c0","html_url":"https://github.com/rishichirchi/MCPHub","commit_stats":null,"previous_names":["rishichirchi/mcphub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rishichirchi/MCPHub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishichirchi%2FMCPHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishichirchi%2FMCPHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishichirchi%2FMCPHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishichirchi%2FMCPHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishichirchi","download_url":"https://codeload.github.com/rishichirchi/MCPHub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishichirchi%2FMCPHub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261675285,"owners_count":23192559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-24T12:30:44.418Z","updated_at":"2025-06-24T12:32:48.674Z","avatar_url":"https://github.com/rishichirchi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCPHub\n\nMCPHub is a command-line tool for building and managing Model Context Protocol (MCP) servers with Docker.\n\n## Features\n\n- 🚀 **Initialize** MCP server configurations\n- 📦 **Build** Docker images from MCP server zip files\n- 🔄 **Load** Docker images from tar files\n- ▶️ **Run** Docker containers with custom configurations\n\n## Installation\n\n### Prerequisites\n\n- Docker installed and running\n- Go 1.22+ (for building from source)\n\n### Build from Source\n\n```bash\ngit clone \u003crepository-url\u003e\ncd MCPHub\ngo build -o mcphub cmd/main.go\n```\n\n## Usage\n\n### Initialize a new MCP configuration\n\n```bash\nmcphub init [--yes]\n```\n\nCreates a new `mcp.json` configuration file. Use `--yes` to skip prompts and use defaults.\n\n### Build Docker image from zip file\n\n```bash\nmcphub push \u003czip-file\u003e\n```\n\nExtracts the zip file, reads the MCP configuration, and builds a Docker image.\n\n### Load Docker image from tar file\n\n```bash\nmcphub pull \u003ctar-file\u003e\n```\n\nLoads a Docker image from a tar file.\n\n### Run Docker container\n\n```bash\nmcphub run \u003cimage-name\u003e [flags]\n```\n\n**Flags:**\n\n- `--detach, -d`: Run container in detached mode (default: true)\n- `--port, -p`: Port mapping (e.g., 8080:8080)\n- `--name, -n`: Container name (defaults to image name)\n\n## MCP Configuration\n\nThe `mcp.json` file structure:\n\n```json\n{\n  \"name\": \"my-mcp-server\",\n  \"version\": \"1.0.0\",\n  \"description\": \"My MCP server\",\n  \"author\": \"Author Name\",\n  \"license\": \"MIT\",\n  \"keywords\": [\"mcp\", \"server\"],\n  \"repository\": \"https://github.com/user/repo\",\n  \"run\": {\n    \"command\": \"node\",\n    \"args\": [\"server.js\"],\n    \"port\": 3000\n  }\n}\n```\n\n## Examples\n\n1. **Create a new MCP server configuration:**\n\n   ```bash\n   mcphub init --yes\n   ```\n\n2. **Build and run a server:**\n\n   ```bash\n   mcphub push my-server.zip\n   mcphub run my-mcp-server --port 3000:3000\n   ```\n\n3. **Run in interactive mode:**\n   ```bash\n   mcphub run my-server --detach=false\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishichirchi%2Fmcphub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishichirchi%2Fmcphub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishichirchi%2Fmcphub/lists"}