Skip to main content
Glama
spences10

mcp-sqlite-tools

by spences10

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug loggingfalse
SQLITE_BACKUP_PATHNoDefault directory for database backups (default: same as SQLITE_DEFAULT_PATH)
SQLITE_BUSY_TIMEOUTNoSQLite lock busy timeout in milliseconds30000
SQLITE_DEFAULT_PATHNoDefault directory for database files.
SQLITE_ALLOW_ABSOLUTE_PATHSNoAllow absolute paths in database operationstrue

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
open_databaseC

✓ SAFE: Open existing SQLite DB and set current context.

create_databaseB

⚠️ CREATES FILE: Create new empty SQLite DB; fails if file exists.

close_databaseC

✓ SAFE: Close DB connection; file unchanged.

list_databasesC

✓ SAFE: List SQLite DB files in a directory.

database_infoC

✓ SAFE: Get DB metadata and statistics, not row data.

list_tablesD

✓ SAFE: List tables/views with pagination and verbosity.

describe_tableC

✓ SAFE: Describe table columns and constraints.

create_tableC

⚠️ SCHEMA CHANGE: Create table; fails if it exists.

drop_tableC

⚠️ DESTRUCTIVE: Drop table and all data.

backup_databaseC

✓ SAFE: Back up SQLite DB, including committed WAL data.

vacuum_databaseC

✓ MAINTENANCE: VACUUM database to reclaim space.

execute_read_queryC

✓ SAFE: Execute read-only SQL with params and pagination.

execute_write_queryC

⚠️ DESTRUCTIVE: Execute INSERT/UPDATE/DELETE with params.

execute_schema_queryD

⚠️ SCHEMA CHANGE: Execute DDL SQL with params.

bulk_insertC

⚠️ DESTRUCTIVE: Batch insert records with identical columns.

import_csvD

⚠️ DESTRUCTIVE/SCHEMA: Import headered CSV into a table.

export_csvD

⚠️ FILE WRITE: Export table or read-only query to CSV.

begin_transactionC

⚠️ TRANSACTION: Begin transaction; holds locks until end.

commit_transactionD

✓ TRANSACTION: Commit transaction and release locks.

rollback_transactionD

⚠️ TRANSACTION: Roll back transaction and release locks.

export_schemaC

✓ SAFE: Export schema as SQL or JSON.

import_schemaC

⚠️ SCHEMA CHANGE: Import SQL/JSON schema objects.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/spences10/mcp-sqlite-tools'

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