Databases

SQLite

Local SQLite database inspection and lightweight analysis.

Install TestedMCP Rank ReviewedMedium confidencemedium riskclaudecursor

Unranked score draft

Install + docs76
Maintenance74
Auth handling68
Client compatibility79
Real usefulness81
Safety signals70

Evidence history

Review snapshots show why the current score, confidence, and risk labels changed over time.

This review depth is not eligible for MCP Rank leaderboards until a Deep Review is complete.

seed review
DateChangeScoreConfidenceRisk
May 10, 2026
Initial MCP Rank review captured from the curated seed dataset.

Useful for local analytics and prototyping.

seed snapshot · reviewed

75mediummedium

Evidence notes

Useful for local analytics and prototyping.
Risk depends on database contents and file scope.

Best-fit use cases

Best for local prototypes, test fixtures, and small application databases where the database file can be copied before review.

Useful for agents that need to explain schema shape or draft read-only SQL over a bounded local file.

Not a good default for regulated production data unless the database is scrubbed or isolated.

Risk analysis

SQLite files can contain customer data, credentials, local app state, or imported production extracts.

The archived reference path lowers maintenance confidence even when the local capability is simple.

Risk is manageable when teams point the server at disposable copies instead of live operational files.

Use-case examples

Inspect local app data.
Draft SQL queries.
Analyze test fixtures.