hub-mcp

Docker Hub MCP Server

GitHub Stars

50

User Rating

Not Rated

Favorites

0

Views

44

Forks

44

Issues

1

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1Build
bash
    npm install
    npm run build
    
2Run
bash
     npm start -- [--transport=http|stdio] [--port=3000]
    
Default args:
- transport: Choose between http or stdio (default: stdio) - port=3000 This starts the server with default settings and can only access public Docker Hub content. The MCP Inspector provides a web interface to test your server:

npx @modelcontextprotocol/inspector node dist/index.js [--transport=http|stdio] [--port=3000]

Additional Resources