{"id":28893740,"url":"https://github.com/rrbarrero/mcp-docker-manager","last_synced_at":"2026-04-13T17:31:39.741Z","repository":{"id":296566567,"uuid":"993176162","full_name":"rrbarrero/mcp-docker-manager","owner":"rrbarrero","description":"Model Context Protocol that allows a LLM talk with your Docker","archived":false,"fork":false,"pushed_at":"2025-06-12T08:19:34.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T05:07:56.666Z","etag":null,"topics":["docker","llm","mcp"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rrbarrero.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-05-30T10:47:02.000Z","updated_at":"2025-06-12T08:19:37.000Z","dependencies_parsed_at":"2025-06-01T04:16:55.552Z","dependency_job_id":"70be4698-3354-4f8c-97e8-45d2d24d81cc","html_url":"https://github.com/rrbarrero/mcp-docker-manager","commit_stats":null,"previous_names":["rrbarrero/mcp-docker-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rrbarrero/mcp-docker-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrbarrero%2Fmcp-docker-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrbarrero%2Fmcp-docker-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrbarrero%2Fmcp-docker-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrbarrero%2Fmcp-docker-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rrbarrero","download_url":"https://codeload.github.com/rrbarrero/mcp-docker-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrbarrero%2Fmcp-docker-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31762480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","llm","mcp"],"created_at":"2025-06-21T03:08:55.139Z","updated_at":"2026-04-13T17:31:39.722Z","avatar_url":"https://github.com/rrbarrero.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Project with Docker Server\n\nThis project uses a custom server managed through the `\"mcp\"` configuration for integration with [MCP](https://marketplace.visualstudio.com/items?itemName=Microsoft.mcp) in Visual Studio Code.\n\n\n\u003e [!TIP]\n\u003e Example: \"*launches an http-echo container mapping port 5678*\"\n\n\n## Configuration\n\nAdd the following to your MCP configuration (for example, in `.vscode/settings.json` or `.mcp/config.json`):\n\n```json\n\"mcp\": {\n    \"servers\": {\n        \"docker-manager\": {\n            \"env\": {\n                \"DOCKER_SOCKET_PATH\": \"/path/to/your/docker.sock\"\n            },\n            \"type\": \"stdio\",\n            \"command\": \"uv\",\n            \"args\": [\n                \"run\",\n                \"--directory\",\n                \"/path/to/mcp-docker-manager/src/\",\n                \"-m\",\n                \"server\"\n            ]\n        }\n    }\n}\n```\n\n### Key Parameters\n\n- **DOCKER_SOCKET_PATH**: Path to your Docker socket (e.g. `/var/run/docker.sock`).\n- **command**: Set to `uv` to run your Python module.\n- **args**:\n  - `run --directory /path/to/the/project -m src.server`: Runs the `src.server` module from the specified directory.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrbarrero%2Fmcp-docker-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frrbarrero%2Fmcp-docker-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrbarrero%2Fmcp-docker-manager/lists"}