AI-student2024/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.
A minimal MCP-based SQLite read-only service designed for direct connection with Cursor/Cline agents.
Tools
Functions exposed to the LLM to take actions
connect_database
Connects to the database in read-only mode and provides connection details.
get_schema_summary
Retrieves a summary of the database schema, including tables and columns.
get_ddl
Generates the CREATE statements for specified tables.
explain_sql
Validates SQL queries for read-only compliance and provides execution plans.
execute_sql
Executes SQL queries with pagination and returns results.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client