Skip to content

Releases: u1pns/sqlite-mcp

First release

08 Dec 10:44

Choose a tag to compare

First release, enough for basic MCP agent operations:

  • Read Data: Execute SELECT queries to retrieve data.
  • Write Data: Execute INSERT, UPDATE, DELETE, CREATE, and DROP queries.
  • Schema Inspection: List tables and describe table schemas.

Check README.md for more details. Can be used without cloning the repo