SQLite MCP Server
UnexploredQuery and inspect local SQLite database files with zero network overhead.
Install
Terminal
$npx -y @modelcontextprotocol/server-sqlite /path/to/db.sqlitemcp_config.json
{
"mcpServers": {
"sqlite": {
"args": [
"-y",
"@modelcontextprotocol/server-sqlite",
"/path/to/app.db"
],
"command": "npx"
}
}
}Tools exposed2
- read_query
- Execute SELECT queries on SQLite DB.
- describe_table
- Returns SQLite table schema and column data types.
Documentation
SQLite MCP Server
Lightweight server for querying and analyzing SQLite databases inside AI workflows.
Sourced from the repository README.
More in Data & Databases
- Codebase Memory McpHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.40,326
- PostgreSQL MCP ServerAllows AI assistants to inspect database schemas, run safe read queries, analyze indexes, and explain query performance on PostgreSQL.12,400
- ArcadeDB MCP ServerBuilt-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)1,099
- QueryWeaverAn MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.1,070
- supabaseConnect to your Supabase database to query data and schemas.61
- postgresConnect to your PostgreSQL database to query data and schemas.61