Skip to main content
Glama

SQLite MCP Server

read-query

Execute read-only SELECT queries on SQLite databases to retrieve data for analysis and generate business insights through the SQLite MCP Server.

Instructions

Execute a read-only SQL query

Input Schema

NameRequiredDescriptionDefault
queryYesa SELECT query

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "a SELECT query", "pattern": "^SELECT", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

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/jacksteamdev/mcp-sqlite-bun-server'

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