Lex✓
io.github.Guffawaffle/lex · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Guffawaffle/lex",
"description": "Episodic memory and architectural policy for AI agents. Frames, Atlas, and Policy.",
"title": "Lex",
"repository": {
"url": "https://github.com/Guffawaffle/lex",
"source": "github"
},
"version": "1.0.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}