Skip to main content
Glama

SQLite MCP Server

by sam2332

query_data

Execute SQL SELECT queries on SQLite databases to retrieve and analyze data efficiently. Specify query parameters and limit rows for precise results.

Instructions

Execute a SELECT query on the database

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of rows to return
queryYesSQL SELECT query to execute

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "description": "Maximum number of rows to return", "type": "number" }, "query": { "description": "SQL SELECT query to execute", "type": "string" } }, "required": [ "query" ], "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