Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From yap
Automates Docker container deployment and management tasks via a local CLI process.
npx claudepluginhub m0rf30/claude-plugins --plugin yapCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"yap": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/m0rf30/yap-mcp:latest"
]
}
}
}Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.