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
GLOBAL_INVARIANTS.md•360 B
# GLOBAL INVARIANTS (HARD LAW)
1. No stub, mock, placeholder, TODO, or simulated code is permitted
2. No file may be written without an approved plan
3. Every file must declare exactly one architectural ROLE
4. EXECUTABLE code must declare how it is connected to the system
5. Public code must include audit-grade documentation
6. Silent failure is forbidden