Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
SQLite MCP Server
by
santos-404
Verified
GitHub
Databases
TypeScript
MIT License
5
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server.sqlite
utils
Dockerfile
.dockerignore
.gitattributes
.gitignore
index.ts
LICENSE
package.json
pnpm-lock.yaml
README.md
test_db.sqlite3
tsconfig.json
{ "name": "sqlite_server", "version": "0.0.1", "description": "MCP Server for SQLite. Implemented with Typescript", "main": "index.ts", "bin": { "mcp-server-sqlite": "dist/index.js" }, "bugs": "https://github.com/javsanmar5/mcp-server.sqlite/issues", "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "test": "test" }, "author": "Javier Santos Martín", "license": "MIT", "packageManager": "pnpm@latest", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@types/node": "^22.13.9", "sqlite": "^5.1.1", "sqlite3": "^5.1.7", "ts-node": "^10.9.2", "typescript": "^5.8.2", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.3" }, "devDependencies": { "shx": "^0.3.4" } }