-
Notifications
You must be signed in to change notification settings - Fork 3
REVIEW NOTES
Pedro Gomes Branquinho edited this page Feb 15, 2026
·
1 revision
Goal: Can an AI agent set up hive-mcp by reading these docs with ZERO human intervention?
Overall Score: 7/10 - Good foundation but placeholders block automation
/path/to/hive-mcp appears ~18 times across all pages. Agents cannot:
- Copy-paste commands with placeholders
- Know what to substitute without human guidance
Fix: Use $HIVE_MCP_DIR environment variable consistently, with setup instruction at start.
- Some pages:
docker-compose(hyphen, v1) - Other pages:
docker compose(space, v2)
Fix: Standardize on docker compose (v2 is current)
- Session-Continuity not in quick links table
- Seed-Memories not in quick links table
- Step 4 path
./start-bb-mcp.shis relative - Missing prerequisite verification step
- BB_MCP_DIR assumes
~/projectspath - Step 6 daemon doesn't explain persistence
- Step 7 hardcoded path
~/projects/hive-mcp - Step 8 verification shows prose not command
-
/path/to/hive-mcpplaceholder x3 - Free-tier models list may be outdated
- Missing: behavior WITHOUT OpenRouter
-
/path/to/hive-mcpplaceholder x4 -
(getenv "DOTFILES")is user-specific -
YOUR-PROJECT-UUID-HEREunexplained -
start-bb-mcp.shvsstart-mcp.shconfusion - Missing Doom sync verification
-
/path/to/hive-mcpx5 - No table of contents
- Missing Session-Continuity in Related Pages
- Missing seed memory troubleshooting
-
/path/to/hive-mcpx3 -
docker-composevsdocker composeinconsistent - Not listed in Home.md quick links
- Missing: does catchup work WITHOUT Chroma?
- Review for placeholder usage
- Verify tool names match implementation
-
P0: Replace all
/path/to/hive-mcpwith$HIVE_MCP_DIRpattern - P0: Add Home.md quick links for Session-Continuity and Seed-Memories
-
P1: Standardize
docker compose(no hyphen) - P1: Add prerequisite verification commands
- P2: Explain optional components (OpenRouter, Chroma fallback)
- P2: Add table of contents to Troubleshooting.md
For agent-readable docs, each page should have:
## Agent Quick Reference
1. Set environment: `export HIVE_MCP_DIR=/path/to/your/clone`
2. Commands to run (copy-paste ready)
3. Verification command with expected output