Skip to main content
Glama

SQLite MCP Server

by sam2332

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
connect_database

Connect to a SQLite database file

list_tables

List all tables in the connected database

describe_table

Get the schema/structure of a specific table

query_data

Execute a SELECT query on the database

execute_query

Execute any SQL query (INSERT, UPDATE, DELETE, etc.)

get_table_info

Get comprehensive information about a table including schema, indexes, and sample data

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