bhargava2019/fastmcp-sql-server
3.2
If you are the rightful owner of fastmcp-sql-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.
This project implements an MCP server and client for interacting with a SQLite database, enabling natural language database operations.
Tools
Functions exposed to the LLM to take actions
list_tables
Lists all tables in the database.
get_table_schema
Retrieves column names and data types for a specified table.
count_rows
Counts the number of rows in a specified table.
execute_query
Executes read-only SQL SELECT queries and returns results.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client