Sqlite icon

Sqlite

Enables access to SQLite databases via the Model Context Protocol.

概要

SQLite enables access to SQLite databases through the Model Context Protocol (MCP). Implemented in Rust, it offers a server that facilitates querying, executing statements and scripts, and performing batch operations on SQLite databases. It supports both in-memory and file-based databases, and provides a client example for testing and integration.

主な機能

  • Supports query execution with parameterized queries.
  • Enables execution of single SQL statements and scripts.
  • Offers batch execution of SQL statements with different parameters.
  • Provides client examples for easy testing and integration.
  • Supports in-memory and file-based SQLite databases.
  • 2 GitHub stars

ユースケース

  • Accessing SQLite databases remotely via MCP.
  • Automating database tasks using scripts and batch operations.
  • Integrating SQLite databases into MCP-compatible systems.
SQLite MCP Server: Access SQLite via Model Context Protocol