Odel
sqlite mcp server

sqlite mcp server

Local
@neverinfamous13PythonMITUpdated 5mo ago

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

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).

PyPIsqlite-mcp-server-enhancedv2.6.3

Run

uvx sqlite-mcp-server-enhanced

MCP client config

{
  "mcpServers": {
    "sqlite-mcp-server": {
      "command": "uvx",
      "args": [
        "sqlite-mcp-server-enhanced"
      ]
    }
  }
}
Dockerdocker.io/writenotenow/sqlite-mcp-server:v2.6.3

Run

docker run -i --rm docker.io/writenotenow/sqlite-mcp-server:v2.6.3

MCP client config

{
  "mcpServers": {
    "sqlite-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/sqlite-mcp-server:v2.6.3"
      ]
    }
  }
}