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
5
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
apps
web
apps/web/src
apps/web/components.json
apps/web/.eslintrc.json
apps/web/.gitignore
apps/web/next.config.ts
apps/web/package.json
apps/web/postcss.config.mjs
apps/web/README.md
apps/web/tailwind.config.ts
apps/web/tsconfig.json
{ "name": "claudekeep-web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-alert-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-slot": "^1.1.0", "@supabase/auth-helpers-nextjs": "^0.10.0", "@supabase/ssr": "^0.5.2", "@supabase/supabase-js": "^2.46.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "jose": "^5.9.6", "lucide-react": "^0.462.0", "next": "^15.0.3", "next-themes": "^0.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", "react-markdown": "^9.0.1", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@repo/typescript-config": "workspace:*", "@types/node": "^22", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "eslint": "^8", "eslint-config-next": "15.0.3", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" }, "overrides": { "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc" }, "packageManager": "pnpm@9.12.2", "engines": { "node": ">=22" } }