Skip to main content
Glama

SQLite MCP Server

by sam2332

connect_database

Establish a connection to a SQLite database file using its file path, with options to enable read-only access for secure querying and 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" }
Install Server

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