sqlite-mcp

TIMBOTGPT/sqlite-mcp

3.1

If you are the rightful owner of sqlite-mcp 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 SQLite MCP Server is a Model Context Protocol server that facilitates SQLite database access and operations for Claude AI.

Tools

Functions exposed to the LLM to take actions

connect_database

Connect to a SQLite database file.

execute_query

Execute SQL queries on connected databases.

get_schema

Get the complete schema of a database.

list_tables

List all tables in a database.

describe_table

Get detailed information about a specific table.

list_connections

Show all active database connections.

close_connection

Close a database connection.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources