Skip to main content
Glama

SQLite MCP Server

write-query

Run INSERT, UPDATE, or DELETE SQL queries to modify SQLite database data through the MCP Server, enabling efficient data management and updates.

Instructions

Execute a write SQL query

Input Schema

NameRequiredDescriptionDefault
queryYesan INSERT, UPDATE, or DELETE query

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "an INSERT, UPDATE, or DELETE query", "pattern": "^(INSERT|UPDATE|DELETE)", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

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

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