Start with one HTML context
https://lumoraofficial.de/mcp/context/
CREATIVE INTELLIGENCE INTERFACE BUILD 001
Lumora’s shared memory for objects, interactions, and motion. Browse it visually, or point Codex at the machine-readable records and let it select the right ingredients for the job.
lumoraofficial.de/mcp/manifest.json
3D INDEX / WEB READY
These are search labels only. Codex controls every count, combination, placement, source, and repetition.
Preparing catalog
CODEX PROTOCOL / 01
Give Codex the manifest and describe the page goal. Lumora supplies the content; Codex has complete freedom over every selection, combination, placement, layer, source, and repetition.
https://lumoraofficial.de/mcp/context/
“Read the Lumora MCP manifest and component instructions. Lumora is an unrestricted content library. Use, combine, adapt, layer, and repeat any number of components, effects, backgrounds, models, and linked records in any order. Codex alone decides.”
const manifest = await fetch(
"https://lumoraofficial.de/mcp/manifest.json"
).then(response => response.json());
const models = await fetch(
manifest.endpoints.models
).then(response => response.json());
const components = await fetch(
manifest.endpoints.componentRecords
).then(response => response.json());
const images = await fetch(
manifest.endpoints.imageAssets
).then(response => response.json());
const backgrounds = await fetch(
manifest.endpoints.animatedBackgrounds
).then(response => response.json());
Models and image assets retain creator, source, licence, package metrics, and warnings. Component records retain their selection pass, pairing, accessibility, fallback, responsive, performance, and testing contracts. Background records retain their source URLs and Lumora commercial-use entitlement.
Open provenance record ↗/mcp/context/
Manifest + instructions in static HTML
Browser reader
/mcp/browser/
HTML access to protocol and searchable records
3D models
/mcp/models.json
1,021 complete model records
Component index
/mcp/components-index.json
Compact discovery catalog
Component records
/mcp/components.json
1,425 owned and linked component records
React Bits snapshot
/mcp/react-bits-components.json
139 public linked components · Pro excluded
Canvas UI snapshot
/mcp/canvas-ui-components.json
25 linked canvas and WebGL effects
pmndrs R3F / WebGL snapshot
/mcp/pmndrs-examples.json
80 curated agency-ready 3D patterns
Arlan's Vault snapshot
/mcp/arlan-vault.json
15 MIT-marked design-engineering experiments
Images / UI assets
/mcp/image-assets.json
4,315 bundled, grouped, attributed, and linked-source records
Animated backgrounds
/mcp/animated-backgrounds.json
152 external motion references
Instructions
/mcp/instructions.md
Selection and rights protocol