Skip to content

Resources

Hive exposes 5 MCP resources that can be consumed directly by AI clients.

Lists all vault projects with file counts and available section shortcuts.

URI: hive://projects

Vault health metrics for all projects — file counts, line counts, stale file detection, and section coverage.

URI: hive://health

These resources accept a {project} parameter:

Returns the project’s context document (00-context.md).

URI: hive://projects/my-project/context

Returns the project’s task backlog (11-tasks.md).

URI: hive://projects/my-project/tasks

Returns the project’s lessons learned (90-lessons.md).

URI: hive://projects/my-project/lessons

Resources are read-only data endpoints — they return content but don’t accept complex parameters. Use them when you need to load a known document.

Tools are actions — they accept parameters, support filtering, and can write data. Use them for search, updates, and complex queries.

NeedUse
Load project contexthive://projects/{project}/context resource
Search across vaultvault_search tool
Update a filevault_write tool
List projectshive://projects resource OR vault_list tool