Quick Start

Quick Start

Get started with Hypermodel Docs MCP in your favorite AI coding assistant.

Auto-install in one command

The easiest way to get started is using our CLI tool that automatically configures the MCP server for your IDE:

Cursor

npx -y @hypermodel/cli@latest add-docs cursor

Claude Code

npx -y @hypermodel/cli@latest add-docs claude

VS Code

npx -y @hypermodel/cli@latest add-docs vscode

Amp Code

npx -y @hypermodel/cli@latest add-docs amp

Don't see your IDE?

Usage

Once configured, you can use natural language with your AI assistant:

Common Usage Patterns

Examples:

  1. can you call search the docs on how to use "contact" objects ?
  2. Explain amp.tools.stopTimeout and its default in the docs of ampcode. use docs tool

Quick Start Flow

  1. Link to your scope (optional): Use link tool to associate with a user or team. Default scope is 'user'.
  2. Check available docs: Use list-docs to see what documentation is available in your current scope.
  3. Search documentation: Use search-docs with the index name, your query, and optional result count.
  4. 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))

Tips for Best Results

  • Use natural language queries with the terms search docs anywhere in your prompt for the MCP tool to be used
  • Start with broader queries, then narrow down based on results
  • Results include relevance scores to help identify the most useful content

Next Steps