Skip to main content
Glama
orneryd

M.I.M.I.R - Multi-agent Intelligent Memory & Insight Repository

by orneryd
README.mdโ€ข2.34 kB
# Compliance & Security **GDPR, HIPAA, SOC2 compliance and security features.** ## ๐Ÿ“š Documentation - **[GDPR Compliance](gdpr-compliance.md)** - EU data protection - **[HIPAA Compliance](hipaa-compliance.md)** - Healthcare data security - **[SOC2 Compliance](soc2-compliance.md)** - Service organization controls - **[Encryption](encryption.md)** - Data encryption at rest and in transit - **[Audit Logging](audit-logging.md)** - Comprehensive audit trails - **[RBAC](rbac.md)** - Role-based access control ## ๐Ÿ”’ Security Features ### Encryption - **AES-256-GCM** encryption at rest - **TLS 1.3** for data in transit - **Field-level encryption** for sensitive data - **Key rotation** support [Encryption guide โ†’](encryption.md) ### Access Control - **JWT authentication** with RBAC - **Fine-grained permissions** (read/write/admin) - **API key management** - **Session management** [RBAC guide โ†’](rbac.md) ### Audit Logging - **Comprehensive audit trails** for all operations - **HIPAA-compliant** logging - **Tamper-proof** log storage - **Log retention** policies [Audit logging guide โ†’](audit-logging.md) ## ๐Ÿ“‹ Compliance Standards ### GDPR (EU) - Right of access (Art. 15) - Right to erasure (Art. 17) - Data portability (Art. 20) - Privacy by design [GDPR compliance โ†’](gdpr-compliance.md) ### HIPAA (US Healthcare) - PHI encryption - Access controls - Audit trails - Breach notification [HIPAA compliance โ†’](hipaa-compliance.md) ### SOC2 (Service Organizations) - Security controls - Availability - Processing integrity - Confidentiality [SOC2 compliance โ†’](soc2-compliance.md) ## ๐Ÿš€ Quick Start ### Enable Encryption ```yaml encryption: enabled: true algorithm: AES-256-GCM key_rotation: 90d ``` ### Enable Audit Logging ```yaml audit: enabled: true log_all_queries: true retention_days: 365 ``` ### Configure RBAC ```yaml auth: enabled: true rbac: roles: - name: admin permissions: [read, write, admin] - name: user permissions: [read, write] - name: readonly permissions: [read] ``` ## ๐Ÿ“– Learn More - **[Encryption](encryption.md)** - Data protection - **[RBAC](rbac.md)** - Access control - **[Audit Logging](audit-logging.md)** - Compliance trails --- **Secure your database** โ†’ **[Encryption Guide](encryption.md)**

Latest Blog Posts

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/orneryd/Mimir'

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