Skip to main content
Glama

MCP Docker Demo

by rakeshsun
run_tests.sh687 B
#!/bin/bash set -e echo "========================================" echo "MCP Docker Demo - Comprehensive Test" echo "========================================" echo "" # Test 1: Check Python version echo "Test 1: Python version" python --version echo "" # Test 2: Check working directory and files echo "Test 2: Working directory and files" pwd ls -la /app/ echo "" # Test 3: Check if server.py can be imported echo "Test 3: Testing server import" python -c "import server; print('✅ Server module imported successfully')" 2>&1 echo "" # Test 4: Run the inspector echo "Test 4: Running MCP Inspector" echo "========================================" python /app/mcp_inspector_web.py

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/rakeshsun/mcpdocker'

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