We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sparesparrow/mcp-project-orchestrator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "openssl-workflows",
"version": "0.2.0",
"type": "github_actions",
"description": "GitHub Actions workflows for OpenSSL development",
"workflows": [
"ci-cd.yml",
"fips-validation.yml",
"release.yml",
"security-scan.yml"
],
"platforms": [
"linux",
"windows",
"macos"
],
"triggers": [
"push",
"pull_request",
"workflow_dispatch",
"schedule",
"release",
"tag"
],
"features": [
"multi_platform_ci",
"fips_validation",
"security_scanning",
"automated_release",
"matrix_builds"
]
}