Serversdev.smartergpt/lex
L

Lex

dev.smartergpt/lex · v2.1.2
▦ npm
v2.1.2npm npm: @smartergpt/lex-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "dev.smartergpt/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": "2.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@smartergpt/lex-mcp",
      "version": "2.1.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"
  }
}