Skip to content

Resources

In addition to tools, ngmcp exposes several MCP resources that clients can read directly by URI.


ngmcp://guides

Lists all .ng files discoverable across the configured guide directories.

Response: Same structure as list_guide_files.


ngmcp://guide/{path}/info

Returns metadata for the guide identified by {path}.

Response: Same structure as get_guide_info.


ngmcp://guide/{path}/menus

Returns the menu structure for the guide identified by {path}.

Response: Same structure as list_menus.


ngmcp://guide/{path}/entry/{offset}

Returns the content of the entry at {offset} within the guide identified by {path}.

Response: Same structure as read_entry.