MCP Servers / database / MCP SQLite Server

MCP SQLite Server

JSON →
httpnone17database

A Node.js MCP server for interacting with local SQLite databases, runnable via npx.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: mcp-sqlite-server
Tools
What this server exposes
read_query
Execute a SELECT query on the SQLite database
write_query
Execute an INSERT, UPDATE, or DELETE query on the SQLite database
create_table
Create a new table in the SQLite database
list_tables
List all tables in the SQLite database
describe_table
Get schema information for a specific table
append_insight
Append an insight note to the database
Configuration
Environment & auth
authnone
Resources
MCP SQLite Server — MCP Server · libregistry