Skip to main content
Glama

SQLite MCP Server

by sam2332

connect_database

Connect to a SQLite database file to enable interaction with its data, including querying, listing tables, and describing schemas for efficient database management.

Instructions

Connect to a SQLite database file

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the SQLite database file
readonlyNoOpen database in read-only mode

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the SQLite database file", "type": "string" }, "readonly": { "default": false, "description": "Open database in read-only mode", "type": "boolean" } }, "required": [ "path" ], "type": "object" }

Other Tools from SQLite MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sam2332/mcp-quick-sqlite3'

If you have feedback or need assistance with the MCP directory API, please join our Discord server