mount_sqlite
Mount a local SQLite database file to expose its schema as an MCP resource, enabling AI models to understand table structures for querying without writing code.
Instructions
Mount a local SQLite database file. Its schema is automatically exposed as an MCP resource so the AI knows the table structures. Use query_sqlite to run SELECT queries against it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the SQLite database file, e.g. /Users/you/data.db |