sqlite-mcp

MCP

MCP server for querying and managing SQLite databases.

Query SQLite databases via MCP — read tables, run SQL, inspect schema

Install

npmnpm install -g @modelcontextprotocol/server-sqlite

Agent notes

When to use
AI agents that need to read or query SQLite databases

Use from an agent

curl -s https://clihub.com/api/tools/sqlite-mcp | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug sqlite-mcp on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗MIT0 views