dbmcp-sqlite 0.12.1

SQLite for dbmcp
Documentation

dbmcp-sqlite

Crates.io Docs.rs CI License: MIT

SQLite backend for dbmcp — the single-binary MCP server that lets your AI assistant talk to SQL databases.

What you get

  • SqliteHandler ready to plug into any rmcp::ServerHandler-compatible MCP transport
  • MCP tool surface: listTables (with detailed: true), listViews, listTriggers, readQuery, writeQuery, explainQuery, dropTable
  • File or :memory: — point it at a path or run entirely in RAM
  • Read-only by default — write tools hidden unless explicitly disabled
  • Parameterised queries everywhere — user values never touch SQL strings
  • Optional PII redaction on every readQuery payload
  • Zero server — perfect for local AI tools, demos, and CI

See the main crate: dbmcp · Website · Docs