MCP Sqlite
未申請🐇 Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(16個)
conditions
(object, optional): Filter conditions as key-value pairs
create_record
Insert a new record into a table.
data
(object): Record data as key-value pairs
db_info
Get detailed information about the connected database.
delete_records
Delete records from a table that match specified conditions.
get_table_schema
Get detailed information about a table's schema.
limit
(number, optional): Maximum number of records to return
list_tables
List all tables in the database.
offset
(number, optional): Number of records to skip
query
Execute a custom SQL query against the connected SQLite database.
read_records
Query records from a table with optional filtering.
sql
(string): The SQL query to execute
table
(string): Name of the table
tableName
(string): Name of the table
update_records
Update records in a table that match specified conditions.
values
(array, optional): Array of parameter values to use in the query