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?
- Request support by opening a GitHub issue: Request support for another IDE (opens in a new tab)
- Or go to the issues page:
https://github.com/hypermodel-labs/docs/issues
Usage
Once configured, you can use natural language with your AI assistant:
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))
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
- Available Tools - Learn about all available MCP tools