workspace-db-manager

workspace-db-manager

3.1

If you are the rightful owner of workspace-db-manager and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript MCP server for managing workspace databases with filesystem integration.

The Workspace DB Manager is a TypeScript-based Model Context Protocol (MCP) server designed to manage workspace databases with seamless filesystem integration. It offers robust features such as automatic discovery and management of SQLite databases, real-time monitoring of filesystem changes, and efficient database connection pooling. The server supports cross-database operations and provides automatic tracking and status updates for databases. Built with a TypeScript/ES Module architecture, it ensures a modern and scalable approach to database management. The server is configured through a WorkspaceConfig object, allowing customization of watch paths, polling intervals, and database logging verbosity. It also supports continuous integration using GitHub Actions, ensuring code quality and reliability through automated testing and coverage reports.

Features

  • SQLite database management with automatic discovery
  • Real-time filesystem monitoring for database changes
  • Database connection pooling and management
  • Automatic database tracking and status updates
  • Cross-database operations support