Back to Home
AuraFriday icon

sqlite_mcp

Verified Safe

by AuraFriday

Overview

Provides a local, private, and zero-cost SQLite database with integrated semantic search and automatic embedding generation for AI memory and data management.

Installation

Run Command
No command provided

Environment Variables

  • TOOL_SUFFIX

Security Notes

The tool uses parameterized queries, which mitigates standard SQL injection risks. Embedding generation occurs locally, eliminating external API data leakage. The `TOOL_UNLOCK_TOKEN` is dynamically generated to ensure documentation awareness. However, the use of `conn.enable_load_extension(True)` for `sqlite-vec` (though disabled immediately after) could be a theoretical vector if a malicious extension were to be loaded, but in this context, it loads a known, required extension. The handling of multiple SQL statements by splitting on semicolons without full SQL parsing could potentially introduce complex injection scenarios if an attacker could control the input SQL, though parameterized queries reduce this risk for data values.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-02

Tags

Semantic SearchSQLiteVector DatabaseLocal AIAI Memory