sqlite-mcp

tilmon-engineering/sqlite-mcp
★ 0 stars Rust Code/Dev Tools Updated today
A stdio MCP server for editing local sqlite files in a way that forces the agent to check its work.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sqlite-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "sqlite-mcp"
      ]
    }
  }
}

README Excerpt

A local Rust MCP server for explicit, handle-scoped SQLite work over **stdio**. Agents create or open a database by absolute path, receive an opaque handle with fixed read-only/read-write access, inspect schema, and execute one SQL statement at a time inside an explicit transaction. > **Status:** the contract below is the approved v1 design. At time of writing, `mise run ci` passes on this machine (format check, Clippy with `-D warnings`, 120 tests, and locked build). This is an observation, not

Tools (15)

busy_wait_mscell_byte_limitcolumn_limitcompound_termsexpression_depthmax_handlesparameter_limitquery_timeout_msqueue_capacityreadonly_idle_secondsresult_byte_limitresult_row_limitschema_byte_limitsql_byte_limitwritable_idle_seconds