guides: add claude-code-mcp user guide #23733
Open
+399
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new guide under content/guides/genai-claude-code-mcp/ titled “How to Add MCP Servers to Claude Code with Docker MCP Toolkit.”
The guide walks users through connecting Claude Code to the Docker MCP Toolkit and demonstrates a complete real-world automation workflow powered by MCP servers. It follows the Docker documentation style and includes:
Setup and connection of Claude Code to the Docker MCP Gateway
Configuration of Atlassian (Jira), GitHub, and Filesystem MCP servers
Automatic credential handling via Docker Desktop
A full end-to-end demo converting TODO comments into Jira tasks using:
Filesystem MCP (code scanning)
GitHub MCP (git blame + author extraction)
Atlassian MCP (issue creation)
All accompanying screenshots under the Images/ directory
Markdown structured according to the existing style in the Docker docs guides
This guide expands the Generative AI section and provides developers with a practical reference on using Claude Code with the growing ecosystem of MCP servers.
Related issues or tickets
NA
Reviews
Notes for reviewers:
The guide follows the exact structure of other GenAI guides.
Images are optimized and placed in content/guides/genai-claude-code-mcp/Images/.
The tutorial has been tested end-to-end with latest Docker Desktop MCP Toolkit
No changes made to existing guides or layouts.
Technical review
Editorial review
Product review