Skip to main content
Glama
stop_trusty_sign_service.sh269 B
#!/bin/bash # Trusty Sign API - Stop Script echo "🛑 Stopping Trusty Sign API Service..." # Find and kill process pkill -f "start_trusty_sign_api.py" if [ $? -eq 0 ]; then echo "✅ Trusty Sign API stopped" else echo "⚠️ No running instance found" fi

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/ilvolodel/iris-legacy'

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