Skip to main content
Glama
test_connection.sh406 B
#!/bin/bash # Test Docker MCP connection echo "Testing Docker MCP connection..." echo "" # Kill any existing docker-mcp-py processes pkill -f "docker_mcp" 2>/dev/null sleep 1 # List all MCP servers echo "Current MCP servers:" claude mcp list | grep docker-mcp-py echo "" # Try to connect with debug echo "Testing connection..." claude --mcp-debug "test" 2>&1 | grep -A 2 -B 2 "docker-mcp-py" | head -20

Latest Blog Posts

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/diegofornalha/docker-mcp-py'

If you have feedback or need assistance with the MCP directory API, please join our Discord server