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
CONTRACT_STANDARD.md•563 B
[LEGEND]
VERSION = A stable identifier (v1, v2, …) for a contract.
REQUIRED_SECTIONS = The required headings every contract must include.
[CONTENT]
Contract standard:
- Every contract is versioned (e.g., `*_v1.md`).
- The first non-empty line of the contract body starts with `Contract:` and includes the [VERSION].
- Every contract includes the [REQUIRED_SECTIONS] below (exact heading names):
- `## Purpose`
- `## Scope`
- `## Interface`
- `## Errors`
- `## Examples` (must include at least one fenced code block)
- Optional: `## Compatibility`