mcp-sqlite-server

MCP server (Go) that exposes SQLite database operations as Model Context Protocol tools. It restricts database access to user-specified allowed directories, supports switching between databases, and provides CRUD/query/table/index/maintenance actions (including transactions).

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Databases mcp sqlite database sql local-dev tooling go
⚙ Agent Friendliness
54
/ 100
Can an agent use this?
🔒 Security
40
/ 100
Is it safe for agents?
⚡ Reliability
20
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
70
Documentation
60
Error Messages
0
Auth Simplicity
95
Rate Limits
0

🔒 Security

TLS Enforcement
10
Auth Strength
20
Scope Granularity
70
Dep. Hygiene
45
Secret Handling
60

Security is claimed via directory allowlisting and path validation to mitigate directory traversal; database file validation limits accessible SQLite files. However, no authentication/authorization controls are documented, so exposure risk depends on how the MCP server is launched and who can invoke it. Destructive operations are available (drop/delete), so least-privilege directory selection and backups are important. TLS/auth between remote clients are not discussed (likely a local process/desktop integration).

⚡ Reliability

Uptime/SLA
0
Version Stability
30
Breaking Changes
20
Error Recovery
30
AF Security Reliability

Best When

Used in a local or controlled environment (e.g., Claude Desktop MCP) where the operator provides a tight directory allowlist and understands the risk of executing SQL generated by an agent.

Avoid When

Avoid when the model/agent will act on sensitive data without strong operational safeguards (least-privilege directory allowlist, backups, monitoring), or when network exposure to untrusted parties is possible.

Use Cases

  • Agent-driven SQL querying and data retrieval from local SQLite files
  • Automated data manipulation (INSERT/UPDATE/DELETE) with transactional workflows
  • Schema management tasks (create/describe/drop tables, create/drop indexes)
  • Database inspection/optimization (stats, analyze query plans, vacuum)
  • Secure directory-scoped access for LLM tools to local datasets

Not For

  • Exposing a multi-tenant service to untrusted users over the network (no mention of auth between remote clients)
  • Handling high-concurrency production workloads without additional controls
  • Tasks requiring external database engines or distributed transactions beyond local SQLite
  • Cases where deletion operations (delete_database) should never be allowed

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: None described (local MCP server process with directory allowlist configured at startup)
OAuth: No Scopes: No

No user authentication/authorization mechanism is described in the README; security is positioned around directory restriction at server startup.

Pricing

Free tier: No
Requires CC: No

No pricing info (open-source repo inferred by MIT license in README).

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • SQL tool calling can be destructive (execute/transaction/delete_table/delete_database/drop_index). Use allowlists and operational guardrails.
  • Transaction tool only supports INSERT/UPDATE/DELETE (no SELECT) per README—agents may incorrectly expect SELECT support.
  • No explicit idempotency guarantees are described; repeated calls may re-apply mutations unless the agent controls them.
  • Query analysis/vacuum/table/index operations may be expensive; agents should be cautious with unbounded queries.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-sqlite-server.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered