MCP SQLite Server
JSON →A Node.js MCP server for interacting with local SQLite databases, runnable via npx.
Install
npx -y @smithery/cli Tools · 6
- read_query Execute a SELECT query on the SQLite database
- write_query Execute an INSERT, UPDATE, or DELETE query on the SQLite database
- create_table Create a new table in the SQLite database
- list_tables List all tables in the SQLite database
- describe_table Get schema information for a specific table
- append_insight Append an insight note to the database
Links
★ 17 GitHub stars