madhukarkumar/singlestore-mcp-server
If you are the rightful owner of singlestore-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 Model Context Protocol (MCP) server for interacting with SingleStore databases, providing tools for querying tables, describing schemas, and generating ER diagrams.
Tools
Functions exposed to the LLM to take actions
list_tables
List all tables in the database
query_table
Perform custom SQL queries
describe_table
Get detailed information about the table (including schema and sample data)
generate_er_diagram
Generate a Mermaid ER diagram of a database schema
run_read_query
Perform read-only (SELECT) query
create_table
Create a new table
generate_synthetic_data
Generate and insert synthetic data
optimize_sql
Analyze SQL queries and provide optimization suggestions
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client