Serversio.github.NickCirv/engram
E

io.github.NickCirv/engram

io.github.NickCirv/engram · v3.0.2
▦ npm
v3.0.2npm npm: engramx↗ Repository
{}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.NickCirv/engram",
  "description": "Cached context spine for AI coding agents. Any MCP server as a 10-line plugin. 89.1% saved.",
  "repository": {
    "url": "https://github.com/NickCirv/engram",
    "source": "github"
  },
  "version": "3.0.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "engramx",
      "version": "3.0.2",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "format": "string",
          "value": "engram-serve",
          "type": "positional",
          "name": "binary"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional HTTP bearer token. Auto-generated at ~/.engram/http-server.token if unset.",
          "format": "string",
          "isSecret": true,
          "name": "ENGRAM_API_TOKEN"
        },
        {
          "description": "Pre-mortem warnings: '1' = warn, '2' = deny. Unset = off, zero overhead.",
          "format": "string",
          "name": "ENGRAM_MISTAKE_GUARD"
        },
        {
          "description": "Override path to Claude Code's Auto-Memory MEMORY.md.",
          "format": "string",
          "name": "ENGRAM_ANTHROPIC_MEMORY_PATH"
        },
        {
          "description": "Override path to ~/.engram/mcp-providers.json (plugin MCP server declarations).",
          "format": "string",
          "name": "ENGRAM_MCP_CONFIG_PATH"
        },
        {
          "description": "Set to '1' to disable passive update notice. Auto-disabled when $CI is set.",
          "format": "string",
          "name": "ENGRAM_NO_UPDATE_CHECK"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}