warp-sqlite-mcp

8agana/warp-sqlite-mcp

3.3

If you are the rightful owner of warp-sqlite-mcp 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.

The Warp SQLite MCP Server is a Rust-based server that facilitates SQLite database access for Warp terminal, allowing AI agents to interact with conversation history and manage data.

Tools

Functions exposed to the LLM to take actions

sqlite_insert

Insert a row into any table.

sqlite_select

Query rows from any table.

sqlite_update

Update rows in any table.

sqlite_delete

Delete rows from any table.

notebook_create

Create a new notebook.

notebook_list

List notebooks with optional search.

notebook_get

Get a specific notebook by ID.

notebook_append

Append text to an existing notebook.

notebook_delete

Delete a notebook.

mcp_register_server

Register an MCP server.

mcp_unregister_server

Unregister an MCP server.

mcp_set_env

Set environment variables for an MCP server.

mcp_get_env

Get environment variables for an MCP server.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources