MCPServers
SQLite Database - MCP server logo

SQLite Database

7
0

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.

Last Updated: April 25, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그