SQLite
JSON →MCP server for SQLite files. Supports Datasette-compatible metadata!
Install
npx @modelcontextprotocol/inspector Tools · 3
- sqlite_get_catalog Tool the agent can call to get the complete catalog of the databases, tables, and columns in the data, combined with metadata from the metadata file.
- sqlite_execute Tool the agent can call to execute arbitrary SQL. The table results are returned as HTML.
- {canned query name} A tool is created for each canned query in the metadata, allowing the agent to run predefined queries without writing any SQL.
Links
★ 22 GitHub stars