Back to Home
sin5ddd icon

mcp-sqlew

Verified Safe

by sin5ddd

Overview

Manages AI agent context, tracks decisions, tasks, and file changes, and provides database migration/export/import tools for comprehensive project data management.

Installation

Run Command
node dist/index.js

Environment Variables

  • SQLEW_DB_PATH
  • SQLEW_DEBUG
  • SQLEW_PROJECT_ROOT
  • MYSQL_HOST
  • MYSQL_PORT
  • MYSQL_USER
  • MYSQL_PASSWORD
  • MYSQL_DATABASE
  • PG_HOST
  • PG_PORT
  • PG_USER
  • PG_PASSWORD
  • PG_DATABASE

Security Notes

Leverages Knex.js for SQL query building, which generally prevents SQL injection. File system operations (copying, creating directories) are used for command/agent synchronization. `child_process.execSync` is used for VCS integration, which is a common and justified pattern for such functionality. Database connection details are externalized to config files or environment variables. CLI commands for database management are powerful and require a trusted execution environment.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens50
Stars2
Forks1
Last Update2025-12-04

Tags

AI agent contextdatabase managementdata migrationtask trackingdecision loggingfile monitoringCLI tools