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
{ "name": "google-workspace-mcp", "version": "0.9.0", "description": "Google Workspace OAuth MCP Server for Google Workspace integration", "private": true, "type": "module", "bin": { "google-workspace-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node --eval \"import('fs').then(fs => { ['build/index.js', 'build/scripts/setup-google-env.js', 'build/scripts/health-check.js'].forEach(f => fs.chmodSync(f, '755')); })\"", "type-check": "tsc --noEmit", "lint": "eslint \"src/**/*.ts\"", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "start": "node build/index.js", "setup": "node build/scripts/setup-google-env.js", "test": "jest --config jest.config.cjs", "test:watch": "jest --config jest.config.cjs --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.7.0", "express": "^4.18.2", "google-auth-library": "^9.4.1", "googleapis": "^129.0.0" }, "overrides": { "glob": "^11.0.1" }, "devDependencies": { "@babel/preset-env": "^7.26.7", "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "babel-jest": "^29.7.0", "eslint": "^8.56.0", "jest": "^29.7.0", "lru-cache": "^11.0.2", "ts-jest": "^29.2.5", "typescript": "^5.3.3" } }