mcp-sqlew
Verified Safeby 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
node dist/index.jsEnvironment 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
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance for AI agents.
codeweaver
CodeWeaver is an AI-first MCP server designed to provide 'exquisite context' for AI agents by offering semantic code search and code analysis capabilities.
simple-memory-mcp
A fast Model Context Protocol (MCP) server for persistent memory storage, intelligent tagging, and full-text search, primarily for AI assistants to manage conversational context and knowledge bases.
tenets
Serves as a Model Context Protocol (MCP) server for AI coding assistants, automatically finding, ranking, and aggregating relevant codebase files for AI prompts, and providing code intelligence tools.