sqlitecloud/sqlitecloud-mcp-server
If you are the rightful owner of sqlitecloud-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.
The Model Context Protocol (MCP) Server for SQLite Cloud facilitates interaction with SQLite Cloud databases using AI models, leveraging the MCP to execute queries, manage schemas, and analyze performance.
Tools
Functions exposed to the LLM to take actions
read-query
Perform SELECT queries and fetch results.
write-query
Perform INSERT, UPDATE, or DELETE operations.
create-table
Create new database tables.
list-tables
Display all tables in the database.
describe-table
Retrieve schema details for a specific table.
list-commands
List available commands and access external documentation.
execute-command
Run commands from the list-commands tool.
list-analyzer
Analyze slow queries with optional filters.
analyzer-plan-id
Gather details about query plans and indexes.
analyzer-reset
Reset query statistics for specific queries, groups, or databases.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client