docker-mcp

Discover and provision MCP servers on-demand during conversations.

6|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/GGPrompts/my-plugins --skill docker-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-mcp
Source: https://github.com/GGPrompts/my-plugins/tree/main/skills/docker-mcp
Command: npx skills add https://github.com/GGPrompts/my-plugins --skill docker-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidance on using Docker MCP Toolkit's Dynamic MCP to discover and add MCP servers on-demand during conversations.

Core Features & Use Cases

  • On-demand discovery: Find MCP servers during conversation
  • Session-scoped: Added servers last for current conversation
  • Just-in-time capabilities: Load only what is needed

Quick Start

Example workflows:

  • mcp-find query="postgres" limit=10
  • mcp-add name="SQLite" activate=false

Frequently Asked Questions about docker-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover and add MCP servers during a conversation without pre-configuration?

Dynamic MCP lets you search the MCP Catalog (~170 servers) and provision servers on-demand during chats. Use mcp-find to search by keyword, then mcp-add to activate servers for your current session without upfront setup.

Can I use MCP servers for databases, Git, cloud services, and APIs without installing them beforehand?

Yes. Dynamic MCP discovers and loads MCP servers just-in-time during conversations. Search for services like PostgreSQL or SQLite, add them to your session, and access them immediately through containerized isolation.

What MCP servers are available and how do I find the right one for my use case?

The MCP Catalog contains ~170 servers covering databases, Git, cloud services, web scraping, and external integrations. Use mcp-find with query terms to search available servers and see what capabilities match your needs.

How do I manage and remove MCP servers from my current conversation session?

Manage servers with mcp-add to activate, mcp-config-set to configure, and mcp-remove to deactivate them. All changes are session-scoped, so servers persist only for your current conversation.

Do I need to know Docker or container setup to use dynamic MCP servers?

No. Dynamic MCP handles containerized isolation automatically. You interact with servers through simple tools like mcp-find, mcp-add, mcp-exec, and code-mode—no Docker knowledge required.

What's the difference between loading MCP servers on-demand versus pre-configuring them?

On-demand discovery eliminates setup overhead and lets you add only the servers you need mid-conversation. Session-scoped availability means servers activate temporarily without persistent configuration changes.