Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-memory-libsql
by
spences10
Verified
npm
GitHub
Databases
Knowledge & Memory
TypeScript
MIT License
27
23
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
cline_docs
config
docs
.github
src
ARCHITECTURE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-entrypoint.sh
Dockerfile
.dockerignore
.eslintrc.json
.gitignore
jest.config.cjs
jest.setup.cjs
LICENSE
llms-install.md
package.json
package-lock.json
README.md
SECURITY.md
smithery.yaml
TODO.md
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "node16", "moduleResolution": "node16", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "build", "rootDir": "src", "declaration": true, "sourceMap": true, "typeRoots": ["./node_modules/@types", "./src/types"] }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }