Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
cognee-mcp
Claim
by
topoteretes
GitHub
Knowledge & Memory
Apache 2.0
1,805
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
cognee
helm
templates
helm/templates/cognee_deployment.yaml
helm/templates/cognee_service.yaml
helm/templates/postgres_deployment.yaml
helm/templates/postgres_pvc.yaml
helm/templates/postgres_service.yaml
apiVersion: v1 kind: PersistentVolumeClaim metadata: name: {{ .Release.Name }}-postgres-pvc spec: accessModes: - ReadWriteOnce resources: requests: storage: {{ .Values.postgres.storage }}