forge-mcp-resource
CommunityDesign MCP resources that read correctly.
Authorf4rkh4d
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It prevents AI agents from using MCP resources incorrectly by clarifying when content should be exposed as addressable, side-effect-free resources instead of tools.
Core Features & Use Cases
- Resource-vs-tool boundary: Enforces the model’s mental model where resources are nouns the agent reads and tools are verbs the agent calls.
- URI and listing correctness: Specifies stable, hierarchical, case-consistent URI schemes and requires deterministic, paginated
resources/listwithdescriptionandmimeTypeon every entry. - Safe read semantics and binary handling: Requires idempotent, side-effect-free
resources/read, supports ranged reads, and mandates using the protocol’s binary blob field instead of base64-in-text. - Mutability and scoping guidance: Defines how mutable resources must implement
subscribeplus caching metadata (lastModified,etag), and how resources must be scoped to the authenticated identity. - Use case: When building an MCP server for a knowledge base or document store, expose documents as resources and use tools only for searches and actions.
Quick Start
Ask your MCP server design question as: "Design the MCP resources surface for my knowledge base, including URI scheme, paginated resources/list, resources/read (with mimeType and optional ranged reads), and tenancy scoping, and tell me what must be a tool instead."
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: forge-mcp-resource Download link: https://github.com/f4rkh4d/forge-skill/archive/main.zip#forge-mcp-resource Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.