Skip to main content

Resources: Exposing Data

Resource Basics

0:00
LearnStep 1/4

The @mcp.resource Decorator

Creating Resources with @mcp.resource

Resources expose data that AI can read. They're like read-only endpoints for your data.

Basic Syntax

python

Resource URI Schemes

SchemeUse Case
file://File system access
config://Configuration data
data://Application data
db://Database records
api://API responses

Resource Metadata

python