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
{ "extends": "@repo/typescript-config/nextjs.json", "compilerOptions": { "plugins": [ { "name": "next" } ], "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }, "include": [ "next-env.d.ts", "next.config.js", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" ], "exclude": ["node_modules"] }