Overview
Context is everything for coding agents & LLMs.
Make your coding agents better with the right documentation, auto-updated for you and in context, all the time.
Features
- Documentation Indexing: Index documentation from public URLs automatically
- Vector Search: Semantic search through indexed documentation with AI
- Team Collaboration: Share documentation indexes with your entire team
- Auto-installation: One command setup for popular IDEs like Claude, Cursor, and Amp
Quick Start
Get started in under 2 minutes:
- Install the CLI:
npx -y @hypermodel/cli@latest add-docs claude
- Index your docs: Use the
index
tool to add documentation - Search & use: Use
search-docs
to find relevant information - Share with team: Use
link
tool to collaborate
Quick Links
Usage with AI Coding Agents
Use @hypermodel/docs
MCP server with your favourite AI coding agent like Claude Code, Cursor, or Amp.
Common Usage Patterns
Examples:
can you call search the docs on how to use "contact" objects ?
Explain amp.tools.stopTimeout and its default in the docs of ampcode. use docs tool
Quick Start Flow
- Link to your scope (optional): Use
link
tool to associate with a user or team. Default scope is 'user'. - Check available docs: Use
list-docs
to see what documentation is available in your current scope. - Search documentation: Use
search-docs
with the index name, your query, and optional result count. - Create new indices (if needed): Use
index
tool to index a new documentation source if not already present.
Tip: Use the base documentation URL (https://supabase.com/docs (opens in a new tab)) instead of an inner link (https://supabase.com/docs/guides/functions/dependencies (opens in a new tab))