Skip to main content
Glama
FrankieSoltero

sqlite-explorer-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP transport. Defaults to 3000.
MAX_ROWSNoMaximum number of rows returned by a query. Defaults to 10000.
BIND_HOSTNoBind address for HTTP transport. Defaults to '127.0.0.1'.
LOG_LEVELNoLogging level: 'debug', 'info', 'warn', or 'error'. Defaults to 'info'.
SQLITE_PATHNoPath to the SQLite database file. Defaults to 'data.db'.
MCP_BEARER_TOKENNoRequired for HTTP transport. Must be at least 32 characters.
QUERY_TIMEOUT_MSNoTimeout in milliseconds for query execution. Defaults to 30000.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
queryA

Run a single read-only SQL SELECT/WITH statement and return rows as JSON. Read the schema://tables and schema://table/{name} resources first to learn the schema.

list_tablesA

List all table names.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
tablesAll table names in the database.

Latest Blog Posts

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/FrankieSoltero/sqlite-explorer-mcp'

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