{"library":"mcp-sqlite","type":"library","category":null,"description":"An MCP (Model Context Protocol) server providing SQLite database interaction for AI agents. Version 1.0.9 (April 2026) includes critical SQL injection vulnerability fixes (CWE-89). The server exposes CRUD operations (create_record, read_records, update_records, delete_records), database introspection (list_tables, get_table_schema, db_info), and custom SQL execution. It is designed to be run as a stdio-based MCP tool in IDEs like Cursor, VS Code, and Windsurf. Compared to raw better-sqlite3 usage, it abstracts SQL via MCP tool calls and validates identifiers against sqlite_master. Requires Node >= 14.","language":"javascript","status":"active","version":"1.0.9","tags":["javascript","mcp","sqlite","database","llm","cursor","windsurf","ide","development"],"install":[{"cmd":"npm install mcp-sqlite","imports":["npx -y mcp-sqlite <path-to-db>","{\"method\":\"tools/call\",\"params\":{\"name\":\"create_record\",\"arguments\":{\"table\":\"users\",\"data\":{\"name\":\"John\"}}}}","{\"mcpServers\":{\"MCP SQLite Server\":{\"command\":\"npx\",\"args\":[\"-y\",\"mcp-sqlite\",\"path/to/db.db\"]}}}","{\"servers\":{\"MCP SQLite Server\":{\"type\":\"stdio\",\"command\":\"npx\",\"args\":[\"-y\",\"mcp-sqlite\",\"path/to/db.db\"]}}}"]},{"cmd":"yarn add mcp-sqlite","imports":[]},{"cmd":"pnpm add mcp-sqlite","imports":[]}],"homepage":null,"github":"https://github.com/jparkerweb/mcp-sqlite","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/mcp-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/mcp-sqlite/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}