SQLite Database
Summary
SQLite MCP Server provides a secure interface for AI models to query SQLite databases through the Model Context Protocol. Built with TypeScript, it offers a read_query tool that allows executing SELECT queries on SQLite databases with input validation to prevent SQL injection. The server runs as a Docker container or locally via stdio transport, making it ideal for workflows requiring database access without leaving the conversation interface. The implementation is particularly valuable for analyzing data in SQLite databases directly within AI assistant conversations.
Available Actions(2)
list_tables
List all tables on the SQLite database.
read_query
Execute SELECT queries on the SQLite database. Example: SELECT * FROM users WHERE age > 18.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください