



An MCP Server that enables seamless interaction with SQLite Cloud databases using AI models via the Model Context Protocol (MCP). It provides tools for executing SQL queries, managing schemas, running commands, and analyzing query performance.
Loading more......
En esta página
SQLite Cloud MCP Server
The SQLite Cloud MCP Server enables AI models to interact with SQLite Cloud databases through the Model Context Protocol (MCP). It provides a set of tools for executing SQL queries, managing database schemas, running predefined commands, and analyzing query performance.
The MCP Server exposes the following tools:
read-query: Perform SELECT queries and fetch results.write-query: Perform INSERT, UPDATE, or DELETE operations.create-table: Create new database tables.list-tables: Display all tables in the database.describe-table: Retrieve schema details for a specific table.list-commands: List available commands and access external documentation.execute-command: Run commands from the list-commands tool.list-analyzer: Analyze slow queries with optional filters.analyzer-plan-id: Gather details about query plans and indexes.analyzer-reset: Reset query statistics for specific queries, groups, or databases.npx @sqlitecloud/mcp-server --connectionString <your_connection_string>node dist/main.js --connectionString <your_connection_string>.vscode/mcp.json configuration.npm run buildnode dist/main.js --connectionString <CONNECTION_STRING>npm pack and run the packed file.node --version)The SQLite Cloud MCP Server is free and open-source software. Usage of SQLite Cloud may incur costs based on their pricing plans; refer to SQLite Cloud for details.
This project is open-source and likely licensed under an OSI-approved license (check the repository for details).
Explora más elementos relacionados con este