Serversio.github.Lore-Context/lore-context-mcp
M

Lore Context

io.github.Lore-Context/lore-context-mcp · v0.6.0-alpha.1
▦ npm
v0.6.0-alpha.1npm npm: @lore-context/server↗ Website↗ 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.Lore-Context/lore-context-mcp",
  "description": "Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.",
  "title": "Lore Context",
  "repository": {
    "url": "https://github.com/Lore-Context/lore-context",
    "source": "github"
  },
  "version": "0.6.0-alpha.1",
  "websiteUrl": "https://lorecontext.com",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@lore-context/server",
      "version": "0.6.0-alpha.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Lore API that the MCP server should proxy tool calls to.",
          "isRequired": true,
          "default": "http://127.0.0.1:3000",
          "name": "LORE_API_URL"
        },
        {
          "description": "Optional Lore API key when the API is configured to require authentication.",
          "isSecret": true,
          "name": "LORE_API_KEY"
        },
        {
          "description": "MCP stdio transport implementation. Use sdk unless debugging legacy JSON-RPC mode.",
          "default": "sdk",
          "name": "LORE_MCP_TRANSPORT"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/lore-context/lore-context-mcp:0.6.0-alpha.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Lore API that the MCP server should proxy tool calls to.",
          "isRequired": true,
          "default": "http://host.docker.internal:3000",
          "name": "LORE_API_URL"
        },
        {
          "description": "Optional Lore API key when the API is configured to require authentication.",
          "isSecret": true,
          "name": "LORE_API_KEY"
        },
        {
          "description": "MCP stdio transport implementation. Use sdk unless debugging legacy JSON-RPC mode.",
          "default": "sdk",
          "name": "LORE_MCP_TRANSPORT"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "build_info": {
        "repository": "https://github.com/Lore-Context/lore-context"
      },
      "release": "v0.6.0-alpha.1",
      "tool": "mcp-publisher"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}