Docs MCP Server
Real-time doc search from your IDE.
llms.txt
Paste a single URL for full doc context.
Page Quick Actions
Copy any page directly into your agent.
Docs MCP Server
HoneyHive documentation includes a built-in Model Context Protocol (MCP) server. When connected, your AI assistant can search and retrieve HoneyHive docs in real-time while generating responses, instead of relying on potentially outdated training data. The HoneyHive docs MCP server is available at:Cursor
Navigate to Settings > MCP > Add new global MCP server, then add:Claude Code
Run this command in your terminal to add the server to your current project:--scope user flag:
VS Code / GitHub Copilot
Add the following to your VS Code MCP settings configuration file (.vscode/mcp.json):
Windsurf
Add the following to your Windsurf MCP configuration:Codex CLI
Claude Desktop
- Open Claude Desktop.
- Go to Settings > Developer > Edit Config.
- Add the HoneyHive docs server to your
mcpServers:
ChatGPT
ChatGPT supports MCP through its Apps system. Enable Developer Mode in Settings > Apps & Connectors > Advanced settings, then create a new connector with the MCP server URL:https://docs.honeyhive.ai/mcp. Requires a ChatGPT Pro, Team, Enterprise, or Edu plan.
llms.txt
Thellms.txt file provides a structured overview of HoneyHive documentation optimized for LLM consumption. Include the URL in a prompt to give any AI assistant broad context about HoneyHive’s capabilities.
When to use llms.txt vs. MCP
| llms.txt | MCP Server | |
|---|---|---|
| Best for | One-off questions, quick context | Ongoing development, IDE integration |
| How it works | Static file with doc structure and links | Real-time search and page retrieval |
| Setup | Paste a URL | Add to your IDE config |
| Freshness | Updated on each docs deployment | Always live |
Page Quick Actions
Every page in the HoneyHive docs has a contextual menu in the top-right corner with shortcuts for AI tools:- Copy as Markdown - paste the full page content directly into any AI assistant
- View as Markdown - view the raw markdown source of the page
- Open in ChatGPT - open the page in ChatGPT with full context
- Open in Claude - open the page in Claude with full context
- Connect MCP - connect the docs MCP server to your tool
- Add to Cursor - add the docs MCP server directly to Cursor
- Add to VS Code - add the docs MCP server directly to VS Code
Example Prompts
Once you’ve connected HoneyHive docs to your agent, try these prompts:Add OpenAI tracing to a Python project
Add OpenAI tracing to a Python project
Set up an experiment with evaluators
Set up an experiment with evaluators
Build a monitoring dashboard
Build a monitoring dashboard

