Back to Home
sqliteai icon

sqlite-mcp

Verified Safe

by sqliteai

Overview

Integrates Model Context Protocol (MCP) servers, enabling SQLite databases to call their AI tools directly from SQL queries.

Installation

Run Command
No command provided

Security Notes

The server (SQLite extension) itself does not directly handle external network requests or arbitrary code execution from user input. It acts as a client, connecting to a user-specified Model Context Protocol (MCP) server. JSON parsing for configuration (like headers) and tool results uses safe Rust libraries. An `execSync` call is present for musl libc detection but uses a fixed command. The primary security consideration is ensuring the configured MCP server is trusted and secure, as the extension will interact with it.

Similar Servers

Stats

Interest Score16
Security Score9
Cost ClassLow
Stars3
Forks0
Last Update2025-12-23

Tags

SQLiteExtensionAIMCPDatabase Integration