Interact with SQLite using natural language and JMD for CRUD and schema management.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "jmd-mcp-sql" yet — see the docs or source repo.
Using JMD format, create a customers table in SQLite with id, name, email, and created_at fields, then insert 5 sample rows.
Produces executable JMD/SQL actions that create the table and insert sample data.
Query the orders table for orders over 1000 in the last 30 days, returning order ID, customer name, and amount, sorted by amount descending.
Generates the matching query and returns structured results for review or further analysis.
Add a status field with default value active to the products table; if an old_price field exists, remove it and explain the change steps.
Outputs schema change operations and execution notes to add and remove the specified fields.
Query and manage SQLite databases using natural language through an MCP tool.
Safely explore and query SQLite databases using natural language.
Use natural language to manage local SQLite databases and import or export data.
Enable AI to create, manage, and query SQLite databases with required metadata.
Safely explore SQLite schemas and run read-only queries with AI agents.
Query SQL databases safely in natural language with validated read-only access.