Manages a SQLite database through an MCP server interface.
Provides an MCP server implementation tailored for SQLite databases, enabling external clients to interact with and manage data stored in a SQLite backend. It comes with a sample `adv-university.db` for immediate demonstration and includes the necessary Python script (`adv-sqliteserver.py`) to run the server, facilitating straightforward integration into MCP-based client-server architectures.
主な機能
01SQLite database integration
02Demo SQLite database included
03Python-based server logic
040 GitHub stars
ユースケース
01Interfacing MCP clients with SQLite databases
02Developing or testing MCP client applications
03Educational demonstration of MCP server-database interaction