Skip to content

mcp: add client list #23135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,25 @@

## Install an MCP client

When you have installed MCP servers, you can add clients to the MCP Toolkit. These clients
The MCP Toolkit can connect to the following clients:

- [Claude Desktop](https://claude.ai/)
- [Continue.dev](https://www.continue.dev/)

Check failure on line 134 in content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md

View workflow job for this annotation

GitHub Actions / validate (vale)

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Dev' instead of 'dev'. Raw Output: {"message": "[Vale.Terms] Use 'Dev' instead of 'dev'.", "location": {"path": "content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md", "range": {"start": {"line": 134, "column": 13}}}, "severity": "ERROR"}
- [Cursor](https://cursor.com/)
- [Gordon](/manuals/ai/gordon/_index.md)
- [LM Studio](https://lmstudio.ai/)

Check warning on line 137 in content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md

View workflow job for this annotation

GitHub Actions / validate (vale)

[vale] reported by reviewdog 🐶 [Docker.Acronyms] 'LM' has no definition. Raw Output: {"message": "[Docker.Acronyms] 'LM' has no definition.", "location": {"path": "content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md", "range": {"start": {"line": 137, "column": 4}}}, "severity": "WARNING"}
- [Sema4.ai Studio](https://sema4.ai/)
- [Visual Studio Code](https://code.visualstudio.com/)

These clients
can interact with the installed MCP servers, turning the MCP Toolkit into a gateway.

To install a client:
To connect a client:

1. In Docker Desktop, select **MCP Toolkit** and select the **Clients** tab.
2. Find the client of your choice and select **Connect**.
1. Find the client you want to use. If it is already installed, select **Connect**.
If not, select **Download** to install the client.
Once installed, the **Connect** button will appear.

Your client can now interact with the MCP Toolkit.

Expand Down