Back to Skills

SQLite

Verified

Local database operations for lightweight data tasks

databasesqllocallightweight

Quick Inject

$armorer inject openclaw sqlite

About

Provides SQLite database access through MCP. Perfect for local data analysis, prototyping, and lightweight data storage. Armorer restricts database file paths to designated directories.

MCP Configuration

{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-sqlite"
  ]
}