mcp-sqlite
0
The MCP SQLite Server is designed to facilitate standardized interactions with an SQLite database through the Model Context Protocol (MCP), leveraging a JSON-RPC interface. It is especially useful for integrating database functionalities with tools such as Claude Desktop, offering compliance with MCP specifications.
create_table
Execute the `CREATE TABLE` statement
describe_table
Search for schema details for a specific table
list_tables
Returns a list of all tables in the SQLite database
read_query
Execute `SELECT` query and return the result in JSON format
write_query
Perform a write query (such as `INSERT`, `UPDATE` or `DELETE`)