🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mcp-sqlite

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-sqlite - npm Package Versions

1.0.7

Diff
jparkerweb
published 1.0.7 •

Changelog

Source

[1.0.7] - 2025-06-02

📦 Updated

  • Added a "description" parameter to each tool definitions for better Agent selection

🐛 Fixed

  • Resolved a know validation issue with VS Code that requires stricter JSON schema validation
jparkerweb
published 1.0.6 •
jparkerweb
published 1.0.5 •
jparkerweb
published 1.0.4 •
jparkerweb
published 1.0.3 •
jparkerweb
published 1.0.2 •
jparkerweb
published 1.0.1 •
jparkerweb
published 1.0.0 •

Changelog

Source

[1.0.0] - 2025-04-05

✨ Added

  • Initial release of MCP SQLite Server
  • Complete set of CRUD operations:
    • create_record - Insert data into tables
    • read_records - Query records with filtering, limit and offset
    • update_records - Modify existing records with conditions
    • delete_records - Remove records matching conditions
  • Database exploration tools:
    • list_tables - List all tables in the database
    • get_table_schema - Get column information for tables
    • db_info - Get database file metadata
  • Custom SQL query execution with the query tool
  • Support for relative and absolute database paths
  • Detailed error reporting for all operations
  • Comprehensive JSON response formatting
  • Full documentation in README.md