Skip to main content
Glama

mcp-libsql

by Xexr
MIT License
2
14
  • Apple
  • Linux
package.json2.01 kB
{ "name": "@xexr/mcp-libsql", "version": "1.1.0", "description": "MCP server for libSQL database operations", "type": "module", "engines": { "node": ">=20.0.0" }, "main": "dist/index.js", "bin": { "mcp-libsql": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "pnpm lint && tsc && chmod 755 dist/index.js", "dev": "nodemon --exec \"tsx src/index.ts --dev\"", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "typecheck": "tsc --noEmit", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "prepack": "pnpm build", "prepublishOnly": "pnpm test && pnpm typecheck", "release:patch": "npm version patch && git push --follow-tags", "release:minor": "npm version minor && git push --follow-tags", "release:major": "npm version major && git push --follow-tags" }, "keywords": [ "mcp", "libsql", "database", "sql", "ai", "model-context-protocol" ], "author": "xexr", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Xexr/mcp-libsql.git" }, "homepage": "https://github.com/Xexr/mcp-libsql", "bugs": { "url": "https://github.com/Xexr/mcp-libsql/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@libsql/client": "^0.15.7", "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.25.32" }, "devDependencies": { "@eslint/js": "^9.27.0", "@types/node": "^22.15.23", "@typescript-eslint/eslint-plugin": "^8.33.0", "@typescript-eslint/parser": "^8.33.0", "@vitest/coverage-v8": "^3.1.4", "eslint": "^9.27.0", "nodemon": "^3.1.10", "prettier": "^3.5.3", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^3.1.4" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xexr/mcp-libsql'

If you have feedback or need assistance with the MCP directory API, please join our Discord server