SQLew

SQLew

sin5ddd

Provides AI agents with persistent memory by storing architectural decisions, constraints, and task management in SQLite databases to eliminate repeated context and maintain consistency across sessions.

3252 views1Local (stdio)

What it does

  • Store and version architectural decisions with metadata
  • Track file modifications and database operations
  • Define and manage project constraints with priorities
  • Manage tasks with kanban workflow and file tracking
  • Query past decisions to avoid repeating debates
  • Suggest related decisions based on context patterns

Best for

AI coding assistants that need persistent memoryMulti-agent systems requiring coordinationDevelopment teams tracking architectural decisionsProjects with complex constraint management
96% token reduction in context sharingNo external data transmissionBuilt on Model Context Protocol (MCP)

Tools (8)

decision

Context Management - Store decisions with versioning and metadata. Use action: "help" for documentation.

file

File Change Tracking - Track file modifications and database operations (SQLite only). Use action: "help" for documentation.

constraint

Architectural Rules - Define and manage project constraints with priorities. Use action: "help" for documentation.

task

Task Management - Create, track, and manage tasks with kanban workflow, layers, and file tracking. Use action: "help" for documentation.

help

**REQUIRED PARAMETER**: action (must be specified in ALL calls) Help System - Query action documentation, parameters, and workflow guidance Actions: - query_action: Get action documentation with parameters and examples - query_params: Get parameter list only (quick reference) - query_tool: Get tool overview and all actions - workflow_hints: Get common next actions after current action - batch_guide: Get guidance for batch operations - error_recovery: Analyze errors and suggest fixes Use this tool to understand how to use other sqlew tools. Returns only requested information (80-95% token reduction vs legacy help).

Alternatives