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
# {{project_name}}
OpenSSL-based application{% if enable_fips %} with FIPS 140-3 compliance{% endif %}.
## Build
```bash
conan install . --build=missing
cmake --preset conan-default
cmake --build --preset conan-release
```
## Run
```bash
./build/Release/{{project_name}}
```
{% if enable_fips %}
## FIPS Compliance
This application is configured for FIPS 140-3 validated cryptography:
- Certificate: #4985
- Security Level: Level 1
- Deployment Target: Government/Regulated
{% endif %}
## Author
{{author_name}} <{{author_email}}>