#!/bin/bash
# Exit on error
set -e
echo "Building Docker MCP server..."
npm run build
echo "Running tests..."
node test.js
echo "All done! The Docker MCP server is ready to use."
echo "To install the server configuration, run: npm run install-config"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/suvarchal/docker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server