Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ClaudeKeep
Claim
by
sdairs
GitHub
Knowledge & Memory
Note Taking
Cloud Storage
TypeScript
MIT License
6
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
claudekeep
apps
packages
supabase
.vscode
.gitignore
LICENSE
.npmrc
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
README.md
turbo.json
{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "tasks": { "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": [".next/**", "!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, "check-types": { "dependsOn": ["^check-types"] }, "dev": { "cache": false, "persistent": true } } }