https://docs.endorlabs.com/mcp using HTTP transport. You do not need authentication, API keys, or local installation.
This page covers the documentation MCP server for searching Endor Labs docs. For the security scanning MCP server that scans your code for vulnerabilities, see MCP server.
What the documentation MCP server provides
The MCP server provides the following tools that AI applications use:- Search documentation: Searches across all Endor Labs documentation to find relevant content, returning snippets with titles and direct links.
- Query docs filesystem: Reads and navigates a virtual filesystem of documentation pages using shell-style commands like
rg,cat,head, andtree.
Agent skill
The documentation MCP server exposes an agent skill. The skill tells AI tools when to use Endor Labs, whichendorctl commands to run, and which scanning, policy, and remediation workflows to follow.
Read the skill
MCP clients that support resources can read the skill atmintlify://skills/endorlabs after you connect the documentation MCP server.
See skill.md to fetch the skill as Markdown. See agent-skills/index.json to list discovered skills.
Install the skill
Install the skill into your AI tool to add Endor Labs capabilities to the agent’s context.Install the Endor Labs documentation skill.
Connect the documentation MCP server
- Cursor
- VS Code
- Claude
- Claude Code
- Gemini CLI
- OpenAI Codex
- Devin
- Augment Code
- IntelliJ IDEA
- Antigravity
- OpenCode
- Other tools
Click Install in Cursor to add the documentation MCP server.To manually configure the MCP server, add the following JSON to a You can also use the command palette. Press
.cursor/mcp.json file in the root of your repository.Cmd + Shift + P (or Ctrl + Shift + P on Windows and Linux), search for MCP: Add Server, and enter the URL https://docs.endorlabs.com/mcp.Verify the connection
After connecting, test the MCP server by asking your AI tool a question about Endor Labs. For example:- “How do I configure a scan profile in Endor Labs?”
- “What package managers does Endor Labs support?”
- “How do I set up GitHub Actions with Endor Labs?”
Use with the security scanning MCP server
The documentation MCP server works alongside the Endor Labs security scanning MCP server. You can connect both to the same AI tool.- The documentation MCP server answers questions about Endor Labs features, configuration, and usage.
- The security scanning MCP server scans your code for vulnerabilities, leaked secrets, and security issues.