Skip to main content
Glama

Ditto MCP Server

by evtapps
MIT License
  • Linux
  • Apple
security.mdc722 B
--- description: Security practices for secrets, gating, network, and logging --- # Security Practices - Secrets: only via environment variables; avoid CLI args for secrets. - Redaction: all logs must pass through the redacting logger; never concatenate secrets into strings that bypass logging APIs. - Capability gating: default to read-only (`SELECT`). Allow writes only when explicitly configured. - Policy allow-list: prefer enabling only the exact classes of DQL you need. - Timeouts: enforce sane HTTP timeouts; abort hanging requests. - Never include access tokens or Ditto keys in error messages, resource content, or tool outputs. - Keep dependencies minimal and up-to-date; Dependabot covers npm/actions/docker.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/evtapps/ditto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server