cli for Cursor
io.github.aligndottech/cli
Cross-tool decision memory for AI coding agents: search your decision graph, check changes over MCP.
client:Cursor
transport:stdio
runtime:npm
Install cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aligndottech/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs