Skip to Content
V1MCP ServerMCP Resources

MCP Resources

The Lore MCP Server exposes packages as MCP resources via the lore:// URI scheme.

URI Format

lore://<namespace>/<name>:<version>

Examples:

lore://m1cloud/azure-architect:1.0.0 lore://community/code-reviewer:latest

Reading a Resource

AI harnesses that support MCP resources can read Lore packages directly:

Read resource: lore://m1cloud/azure-architect:1.0.0

The MCP Server fetches the package from the registry, renders it for the current target, and returns the content.

Resource vs. Tool

Use resources when the AI harness supports MCP resource reading (injected into context automatically). Use the lore_get tool for explicit, programmatic access.

Resource Templates

The MCP Server also exposes a resource template for dynamic URIs:

lore://{namespace}/{name}:{version}

This allows AI harnesses to discover and construct valid resource URIs dynamically.

© 2025 Lore · Built by M1 Cloud