{"id":27940638,"url":"https://github.com/dockersamples/mcp-workshop","last_synced_at":"2026-04-04T06:34:24.219Z","repository":{"id":277116360,"uuid":"931384309","full_name":"dockersamples/mcp-workshop","owner":"dockersamples","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-13T20:16:43.000Z","size":85,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T10:19:01.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dockersamples.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-02-12T07:24:14.000Z","updated_at":"2025-04-04T04:02:03.000Z","dependencies_parsed_at":"2025-02-12T08:43:21.804Z","dependency_job_id":"44feda62-3463-4be0-aa61-4ce34f76aa7f","html_url":"https://github.com/dockersamples/mcp-workshop","commit_stats":null,"previous_names":["dockersamples/mcp-workshop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockersamples%2Fmcp-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockersamples%2Fmcp-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockersamples%2Fmcp-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockersamples%2Fmcp-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockersamples","download_url":"https://codeload.github.com/dockersamples/mcp-workshop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252856568,"owners_count":21814858,"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-05-07T10:19:20.328Z","updated_at":"2026-04-04T06:34:24.170Z","avatar_url":"https://github.com/dockersamples.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Workshop\n\nThis workshop is intended to teach you the basics of the Model Context Protocol (MCP). It will specifically have you do the following:\n\n- Start a simple chatbot with no interactions\n- Add a simple MCP server to allow the LLM to have access to realtime information\n- Create your own test MCP server\n\n## Requirements\n\n- [Docker Desktop](https://www.docker.com)\n- [VS Code](https://code.visualstudio.com/download)\n- The [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) for VS Code\n\n## Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/dockersamples/mcp-workshop.git\n   cd mcp-workshop\n   ```\n\n2. Open the project in VS Code\n\n3. When prompted, click the **Reopen in Container** button to open the project in a devcontainer.\n\n   ![Screenshot of the \"Reopen in Container\" dialog](./docs/open-in-devcontainer.png)\n\n   - **NOTE 1:** If you miss the dialog or accidentally close it, you can launch it by going to **View** -\u003e **Command Palette...** -\u003e **Dev Containers: Reopen in Container**\n\n   - **NOTE 2:** It may take a little while to get started, as multiple container images will be downloaded and built, Python dependencies will be installed, etc. It'll come up soon though!\n\n4. Copy the `chatbot/.env.example` file to create a `chatbot/.env` file.\n\n    ```console\n    cp chatbot/.env.example chatbot/.env\n    ```\n\n5. Update the newly created `chatbot/.env` file and add your API key:\n\n   ```plaintext\n   LLM_SOURCE=openai\n   IN_CONTAINER=true # doesn't matter unless using ollama\n   OPENAI_API_KEY=sk-proj-hNHhZ-rest-of-key\n   ```\n\nYou're ready to go! Go to [the Workshop Guide](./guide.md) to get started with the workshop!\n\n## License\n\nThis workshop is licensed under the [MIT License](./LICENSE). Portions of this repo were leveraged from the [3choff/mcp-chatbot project](https://github.com/3choff/mcp-shatbot).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockersamples%2Fmcp-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockersamples%2Fmcp-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockersamples%2Fmcp-workshop/lists"}