sqlite-mcp.md

SQLite MCP

from"anthropic"
1.2k

SQLite database operations with built-in analysis features

Databases
SQLiteSQLembeddeddatabase
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/servers
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve