We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firgga-sunil/ck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
restart-server.sh•232 B
#!/bin/bash
echo "🔄 Restarting CodeKarma MCP Server..."
# Stop any running container
docker-compose down
# Start fresh container
docker-compose up -d --build
echo "✅ Server restarted and running on http://localhost:8547"