MCP Server
MCP
Lex
Episodic memory and architectural policy for AI agents. Frames, Atlas, and Policy.
Install
npx -y @smartergpt/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@smartergpt/lex-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Root directory for the workspace. Defaults to current working directory.",
"format": "string",
"name": "LEX_WORKSPACE_ROOT"
},
{
"description": "Path to SQLite database file. Defaults to .smartergpt/lex/lex.db in workspace root.",
"format": "string",
"name": "LEX_MEMORY_DB"
},
{
"description": "Set to any value to enable debug logging to stderr.",
"format": "string",
"name": "LEX_DEBUG"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment