We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dylanmarriner/MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ENGINEERING_STANDARDS.md•487 B
# ENGINEERING STANDARDS (ENTERPRISE)
1. Code must be production-grade and audit-ready
2. All public functions and classes must be documented
3. Non-obvious logic must include rationale comments (WHY, not WHAT)
4. Magic numbers are forbidden; named constants are required
5. Explicit error handling is required for all I/O, network, and state transitions
6. Observability is mandatory for executable code (logging / tracing)
7. Deterministic behavior is preferred over implicit defaults