Lex for Cline
io.github.guffawaffle/lex
Episodic memory and architectural policy for AI agents. Frames, Atlas, and Policy.
client:Cline
transport:stdio
runtime:npm
Install Lex in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"lex": {
"command": "npx",
"args": [
"-y",
"@smartergpt/lex-mcp"
],
"env": {
"LEX_WORKSPACE_ROOT": "<LEX_WORKSPACE_ROOT>",
"LEX_MEMORY_DB": "<LEX_MEMORY_DB>",
"LEX_DEBUG": "<LEX_DEBUG>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs