Skip to main content
Glama
LuisGuar

SQLite MCP Server

by LuisGuar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
--db-pathYesThe path to the SQLite database file

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_queryB

Execute a SELECT query on the SQLite database

write_queryA

Execute an INSERT, UPDATE, or DELETE query on the SQLite database

create_tableC

Create a new table in the SQLite database

list_tablesA

List all tables in the SQLite database

describe_tableA

Get the schema information for a specific table

append_insightB

Add a business insight to the memo

Prompts

Interactive templates invoked by user choice

NameDescription
mcp-demoA prompt to seed the database with initial data and demonstrate what you can do with an SQLite MCP Server + Claude

Resources

Contextual data attached and managed by the client

NameDescription
Business Insights MemoA living document of discovered business insights

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

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