Back to Home
neverinfamous icon

sqlite-mcp-server

Verified Safe

by neverinfamous

Overview

Transforms SQLite into an AI-ready database engine with specialized tools for data analysis, JSON operations, text/vector search, and geospatial processing, integrating with MCP clients.

Installation

Run Command
docker run -i --rm -v $(pwd):/workspace writenotenow/sqlite-mcp-server:latest --db-path /workspace/database.db

Environment Variables

  • SQLITE_DEBUG
  • SQLITE_LOG_DIR
  • SQLITE_JSONB_ENABLED
  • SQLITE_JSON_STRICT_MODE
  • SQLITE_MCP_TOOL_FILTER

Security Notes

Strong focus on SQL injection prevention through parameterized queries and explicit input sanitization/pattern detection in JSON handling. Includes dedicated security tests against known vulnerabilities. No obvious hardcoded secrets or 'eval' usage for malicious purposes. Assumes secure local execution, as it's an MCP server communicating via stdio.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens250
Stars6
Forks1
Last Update2025-12-08

Tags

sqlitedatabasejsonbvector-searchgeospatialdata-analysismcppythonai-agent