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

分类

标签