Skip to content

Commit

Permalink
Minor docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Feb 4, 2025
1 parent 683f440 commit 6803397
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/tools/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
title: Documentation
---

These docs will help you author and manage your tools using our experimental prompt sandbox.

### Topics

* [How to author prompts](authoring-prompts)
* [Updating Claude Desktop](claude-desktop)
* [Adding to the catalog](adding-to-catalog)
* [mcp/docker container logs](mcp-server)
* [Debugging mcp/docker container logs](mcp-server)
* [Using from docker ai (Gordon)](gordon)


10 changes: 10 additions & 0 deletions docs/content/tools/docs/claude-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ title: Using Claude Desktop
weight: 3
---

# Quickstart

Use our Docker Desktop extension to automatically register and use our tools.

[Open in Docker Desktop](https://open.docker.com/extensions/marketplace?extensionId=docker/labs-ai-tools-for-devs)
[Marketplace](https://hub.docker.com/extensions/docker/labs-ai-tools-for-devs)

# Manual Setup

Enable mcp_run in your claude_desktop_config.json file using the following snippet. See the [quickstart for Claude Desktop Users](https://modelcontextprotocol.io/quickstart/user) for more details.

```json

{
"mcpServers": {
"mcp_docker": {
Expand Down

0 comments on commit 6803397

Please sign in to comment.