★ 82 stars
Rust
💻 Code/Dev Tools
Updated 24d ago
MCP Dockmaster allows you to easily install and manage MCP servers. Available for Mac, Windows and Linux as a Desktop App, CLI and a library.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-dockmaster": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-dockmaster"
]
}
}
}
Run in terminal:
claude mcp add mcp-dockmaster cargo run -- mcp-dockmaster
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-dockmaster": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-dockmaster"
]
}
}
}