This page is about the documentation. To let an agent query your own logs, traces, and metrics, connect the Sherlock MCP server instead. See Ask an AI assistant.
Connect the docs MCP server
Server URL:https://sherlock-c8721ead.mintlify.app/mcp
The server needs no login. It exposes two tools, search_sherlock and query_docs_filesystem_sherlock, that search the public pages and read them in full. The Copy page menu at the top of every page has the same server under Copy MCP Server, Connect to Cursor, and Connect to VS Code.
- Claude Code
- Codex
- Cursor
- VS Code
- Claude app
- Any client
Then ask
Once the server is connected, the agent searches these docs on its own when a question touches Sherlock. A prompt that names the docs gets the best result:Instrument a Node.js service with the docs in context.
- How do I ship logs from Node.js with the trace id attached?
- Which histogram boundaries does the Node.js SDK use by default?
- My traces are missing. Walk me through the troubleshooting page.
- Which environment variables turn telemetry on and off?
Other ways to give an agent the docs
- Markdown for one page. Append
.mdto any page URL, for example/sdk/nodejs/quickstart.md. View as Markdown in the Copy page menu does the same. - Index of every page.
/llms.txtlists all pages with descriptions./llms-full.txtholds the whole site in one file. - Skill file.
/skill.mddescribes what Sherlock does and how to work with it. Install it into an agent withnpx skills add https://sherlock-c8721ead.mintlify.app. - Discovery.
/.well-known/mcpand/.well-known/mcp/server-card.jsondescribe the MCP server for tools that find servers on their own.
Related topics
Ask an AI assistant
Connect an agent to your own logs, traces, and metrics.
Node.js quickstart
The page most agents read first when they instrument a service.

