Adv Servers icon

Adv Servers

Manages a SQLite database through an MCP server interface.

Acerca de

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.

Características Principales

  • SQLite database integration
  • Demo SQLite database included
  • Python-based server logic
  • 0 GitHub stars

Casos de Uso

  • Interfacing MCP clients with SQLite databases
  • Developing or testing MCP client applications
  • Educational demonstration of MCP server-database interaction