Odel
mcp server sqlite

mcp server sqlite

Local
@ofershap3TypeScriptMITUpdated 6mo ago

SQLite MCP — query databases, inspect schemas, explain queries, export data.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-sqlite-serverv1.0.1

Run

npx -y mcp-sqlite-server

MCP client config

{
  "mcpServers": {
    "mcp-server-sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sqlite-server"
      ]
    }
  }
}