# Dockmaster Dockmaster is an open source application can be used to easily install, manage and expose [[Model Context Protocol (MCP)]] servers to supported MCP clients. Supported on Windows, Linux and macOS. It can also be used as a command-line tool (CLI) and a library. As of 2025-06-10, Dockmaster supports the following MCP Clients: [[Claude]] and [[Cursor.com]]. Dockmaster pre-requires include [[Node.js]], [[UV (Python)]] and [[Docker]]. License: MIT. ![[Dockmaster - UI.png]] ## Usage with Claude Code Dockermaster may be used within [[Claude Code]] (it's a "normal" MCP server), but it needs to be added manually, since Dockmaster doesn't directly support claude code (as of 2025-06-11). Here's how to add it to [[Claude Code]]: ``` claude mcp add dockmaster /c/Users/foo/AppData/Local/MCP\ Dockmaster/mcp-proxy-server.exe ``` I've opened a feature request to get built-in support: https://github.com/dcSpark/mcp-dockmaster/issues/172 ## References - Official website: https://mcp-dockmaster.com/ - FAQ: https://mcp-dockmaster.com/#faq - Discord: https://discord.gg/6DMavsXrwn - Source code: https://github.com/dcSpark/mcp-dockmaster ## Related - [[Toolbase]] - [[OneMCP]] - [[Claude]] - [[Claude Code]]