MCP server exposing sqlite3 library functionality
SaferSkills independently audited mcp-sqlite3 (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server exposing sqlite3 library functionality
pip install mcp-sqlite3from mcp_sqlite3 import mcp_server
mcp_server.run()mcp-sqlite3 --helpExposes complete sqlite3 functionality as MCP tools.
connect_database - Open a database connectionclose_connection - Close a database connectioncommit / rollback - Transaction controlexecute_query - Execute a query and return resultsexecute_many - Execute with multiple parameter setsexecute_script - Execute a SQL scriptlist_tables - List all tablesget_table_info - Get table schemacreate_table / drop_table - DDL operationsinsert_row / update_rows / delete_rows / select_rowsgit clone https://github.com/daedalus/mcp-sqlite3.git
cd mcp-sqlite3
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/mcp-name: io.github.daedalus/mcp-sqlite3
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.