sqlite

sqlite

Created by modelcontextprotocol 2 months ago 14 views 🔗

Database interaction and business intelligence capabilities

Featured Trending New
# SQLite MCP Server The SQLite MCP Server provides tools to interact with SQLite databases for business intelligence and data analysis capabilities. ## Features - Database query execution - Schema inspection and management - Database creation and management - Transaction support - Data import and export - Query result formatting options ## Setup ```bash npx @modelcontextprotocol/server-sqlite /path/to/database.db ``` ## Use Cases - Local data analysis - Prototype application development - Data visualization preparation - Small-scale business intelligence - Embedded database applications