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
{ "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "env": { "node": true, "es6": true }, "parserOptions": { "ecmaVersion": 2020, "sourceType": "module" }, "rules": { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_|^method$|^config$|^email$|^extra$", "varsIgnorePattern": "^_" }], "@typescript-eslint/no-var-requires": "off" }, "overrides": [ { "files": ["**/__tests__/**/*", "**/__mocks__/**/*", "**/__fixtures__/**/*"], "rules": { "@typescript-eslint/no-unused-vars": "off" } } ] }