← Back to Plugins
MCP Server MCP

Lex

github By github 👁 1 views ▲ 0 votes

Episodic memory and architectural policy for AI agents. Frames, Atlas, and Policy.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...