Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
SQLite MCP Server logo
MCP server

SQLite MCP Server

The reference SQLite server: split read/write tools plus a running insight memo.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx mcp-server-sqlite --db-path ~/test.db
mcpServers
{
  "mcpServers": {
    "sqlite-mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-sqlite",
        "--db-path",
        "~/test.db"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Not required
Tools
6
License
MIT
Tools
read_querywrite_querycreate_tablelist_tablesdescribe-tableappend_insight

Comes from the Model Context Protocol reference server set. Reads and writes are separate tools, table listing and schema inspection are included, and a memo resource keeps accumulating the findings the model appends while it analyses data. The source now sits in the archived reference repository, but the package is still on PyPI and works against any local .db file.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?