MCP server
SQLite MCP Server
The reference SQLite server: split read/write tools plus a running insight memo.
Add it to your client
OfficialInstall
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.
Similar MCP servers
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Developer ToolsSearch Engines & Web
Playwright MCP
MCP serverGives an assistant a real browser to click, type and read pages with
Browsers & AutomationDeveloper Tools
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Developer ToolsStorage & Files
Comments(0)
Sign in to comment