iven86/sqlite-mcp-server
If you are the rightful owner of sqlite-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
SQLite MCP Server is a modular server designed for secure SQLite database operations, providing a RESTful HTTP API that integrates with VS Code and AI agents.
Tools
Functions exposed to the LLM to take actions
connect_database
Connect to a SQLite database file
query
Execute SQL queries with parameters
get_tables
List all tables in database
get_schema
Get table schema information
create
Insert new records into tables
read
Read records with filtering and sorting
update
Update existing records
delete
Delete records from tables
analyze_table
Get table statistics and analysis
search_data
Search across multiple tables
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client