Connection check
local install
aligndottech-cli
Cross-tool decision memory for AI coding agents: search your decision graph, check changes over MCP.
Tools
9
GitHub stars
—
Installs / wk
2.7k
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
9 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
align
from source
align_ask
from source
Ask a natural language question and get answers from the decision graph. Use this when the user asks Ask a natural language question and get answers from the decision graph. Use this when the user asks
align_capture
from source
Capture a decision from ANY tool - a Slack thread, Jira ticket, GitHub PR, Confluence/doc URL, or raw text. Call this whenever a decision gets made in conversation so the cross-too… Capture a decision from ANY tool - a Slack thread, Jira ticket, GitHub PR, Confluence/doc URL, or raw text. Call this whenever a decision gets made in conversation so the cross-tool decision graph stays current and relationships across tools can be detected.
align_check_alignment
from source
BEFORE writing or changing significant code, call this with the proposed change to surface prior decisions across ALL the user\ BEFORE writing or changing significant code, call this with the proposed change to surface prior decisions across ALL the user\
align_check_drift
from source
Check if code or configuration has drifted from a specific decision Check if code or configuration has drifted from a specific decision
align_get_conflicts
from source
List conflicts and contradictions in the decision graph. conflict_count is the exact total; the links list holds one page, and a message says when there are more than it shows - ne… List conflicts and contradictions in the decision graph. conflict_count is the exact total; the links list holds one page, and a message says when there are more than it shows - never present the listed links as the complete set unless they match conflict_count.
align_get_impact
from source
Get the upstream and downstream impact of a decision Get the upstream and downstream impact of a decision
align_get_related_decisions
from source
BEFORE editing a file or module, call this to learn what was already decided about it across all the user\ BEFORE editing a file or module, call this to learn what was already decided about it across all the user\
align_search
from source