mcp-sqlite
Version:
Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities
51 lines (50 loc) • 1.35 kB
JSON
{
"name": "mcp-sqlite",
"version": "1.0.7",
"description": "Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities",
"main": "mcp-sqlite-server.js",
"bin": {
"mcp-sqlite-server": "./mcp-sqlite-server.js"
},
"type": "commonjs",
"files": [
"mcp-sqlite-server.js",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jparkerweb/mcp-sqlite.git"
},
"homepage": "https://github.com/jparkerweb/mcp-sqlite#readme",
"bugs": {
"url": "https://github.com/jparkerweb/mcp-sqlite/issues",
"email": "equilllabs@gmail.com"
},
"author": "Justin Parker <jparkerweb@gmail.com> (https://www.equilllabs.com)",
"license": "ISC",
"scripts": {
"test": "npx @modelcontextprotocol/inspector mcp-sqlite-server.js",
"clean": "npx rimraf node_modules package-lock.json && npm install",
"postinstall": "node -e \"console.log('\\nMCP SQLite server installed! Run with: npx mcp-sqlite-server <database-path>')\""
},
"keywords": [
"mcp",
"sqlite",
"database",
"llm",
"cursor",
"windsurf",
"ide",
"development",
"aitooling"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"sqlite3": "^5.1.7"
}
}