the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-04-29T16:23:19.42298Z",
"publishedAt": "2026-04-29T16:23:19.42298Z",
"updatedAt": "2026-04-29T16:23:19.42298Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.6.0-alpha.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.