We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AmirTlinov/PSQL_SSH_API_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
LEGEND.md•1.11 KiB
[LEGEND]
DOC_FORMAT = The canonical doc shape: a `[LEGEND]` block then a `[CONTENT]` block.
LEGEND_BLOCK = The `[LEGEND]` block containing definitions.
CONTENT_BLOCK = The `[CONTENT]` block containing the document body.
TOKEN = A named meaning reused across docs.
GLOBAL_TOKEN = A token defined in `LEGEND.md`; available repo-wide.
LOCAL_TOKEN = A token defined in a specific doc; scoped to that doc.
TOKEN_REF = A reference in content like `[TOKEN]` (optionally `[TOKEN|LEGEND.md]`).
NO_SHADOWING = Rule: a doc must not redefine a global token locally.
GATE = A deterministic checker that fails closed on drift.
DOCTOR = A diagnostic checker for environment + repo foundation.
CONTRACT = A versioned interface spec with examples.
CHANGE_PROTOCOL = The sequence: contracts → implementation → tests → docs.
CI = Continuous Integration (automated build/test checks).
[CONTENT]
This file is the global vocabulary for the repo.
Use it when:
- A meaning repeats across multiple documents.
- You want agents to reuse the same mental model without re-parsing prose.
Avoid it when:
- The concept is unique to one doc (keep it local).