Back to Home
sin5ddd icon

mcp-sqlew

by sin5ddd

Overview

Manages AI agent context, including decisions, tasks, constraints, and file changes, with advanced database operations for migration, export, and import.

Installation

Run Command
node dist/index.js

Environment Variables

  • HOME
  • USERPROFILE
  • SQLEW_DB_PATH
  • MYSQL_HOST
  • MYSQL_PORT
  • MYSQL_USER
  • MYSQL_PASSWORD
  • MYSQL_DATABASE
  • PG_HOST
  • PG_PORT
  • PG_USER
  • PG_PASSWORD
  • PG_DATABASE
  • SQLEW_CLOUD_API_KEY
  • SQLEW_CLOUD_URL
  • SQLEW_CLOUD_ORG_ID
  • SQLEW_CLOUD_PROJECT_ID
  • SQLEW_DEBUG
  • CLAUDE_PROJECT_DIR
  • SQLEW_PROJECT_ROOT

Security Notes

The server includes a dynamic plugin loading mechanism (install-saas.ts) that downloads and executes code from a remote endpoint (api.sqlew.io). This introduces a significant supply chain risk if the remote server is compromised or provides malicious code. Extensive file system interactions are present (e.g., .sqlew/, .claude/, .git), requiring broad local file permissions. While Knex.js mitigates basic SQL injection by default, complex database logic or raw queries could still introduce vulnerabilities. No direct 'eval' or obvious hardcoded secrets were found in the provided snippets, with sensitive database credentials being handled via environment variables.

Similar Servers

Stats

Interest Score32
Security Score6
Cost ClassMedium
Avg Tokens750
Stars2
Forks1
Last Update2026-01-16

Tags

AI context managementdatabase managementtask trackingarchitectural decisionscode constraintsdata migrationCLI toolsmulti-project support