AURI for Developers

Secure your code
where you write it

Fix vulnerabilities, detect secrets, and block malicious dependencies in your AI coding workflow.
Start free with the MCP server
Install in Cursor with one click
Or add manually to .cursor/mcp.json
{
  "mcpServers": {
    "endor-cli-tools": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "endorctl", "ai-tools", "mcp-server"]
    }
  }
}
Copy
Authenticates via your browser on first run. No account, no credit card.
Downloads endorctl automatically on first run. Your code never leaves your machine.
Read the docs
Run the following command in your terminal to install the MCP server.
claude mcp add endor-cli-tools -- npx -y endorctl ai-tools mcp-server
Copy
Authenticates via your browser on first run. No account, no credit card.
Downloads endorctl automatically on first run. Your code never leaves your machine.
Read the docs
Run the following command in your terminal to install the MCP server.
codex mcp add endor-cli-tools -- npx -y endorctl ai-tools mcp-server
Copy
Authenticates via your browser on first run. No account, no credit card.
Downloads endorctl automatically on first run. Your code never leaves your machine.
Read the docs
Install in VS Code with one click
Or add manually to .vscode/mcp.json
{
  "servers": {
    "endor-cli-tools": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "endorctl", "ai-tools", "mcp-server"]
    }
  }
}
Copy
Authenticates via your browser on first run. No account, no credit card.
Downloads endorctl automatically on first run. Your code never leaves your machine.
Read the docs
Run the following command in your terminal to install the MCP server.
{
  "mcpServers": {
    "endor-cli-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "endorctl",
        "ai-tools",
        "mcp-server"
      ]
    }
  }
}
Copy
Authenticates via your browser on first run. No account, no credit card.
Downloads endorctl automatically on first run. Your code never leaves your machine.
Read the docs
See it in action

What it looks like in your workflow

Implementing Endor Labs is easy. I had exactly what I needed between the docs, CLI tool, a GitHub Action, and a GitHub app—all readily available."
Alex Olea Photo
Alex Olea
DevSecOps Engineer, Starburst

Free for you. A platform for your whole team.

AURI for Developers runs the MCP server locally for free. Paid plans add full-stack reachability, deep code reasoning across every application layer, and audit-ready evidence for every finding.
Feature
AURI for Developers
Paid Plans
Detect and fix vulnerabilities in code
Detect and fix exposed secrets
Detect and fix open source vulnerabilities
Detect malicious packages
Block malicious packages
Review PRs with AI Security Code Review
Reduce noise with full-stack reachability
Identify upgrades that won’t break your code
Use REST API to build integrations
Create and enforce policies
Dashboard and compliance reporting

AURI Agents

Claude logoOpenAI Codex logoGoogle Gemini logoGoogle Antigravity logoCursor logo
Let agents do the security work for you, like remediating vulnerable dependencies, triaging SAST findings, and diagnosing scan failures.
Pre-built and open source: Install into the AI coding tools you already use and ask for a workflow in plain language.
Runs on your infrastructure: Your LLM keys, your credentials. Read-only by default, and mutating actions ask first.
Build your own: Describe an agent in plain English and the Agent Kit authors, validates, and packages it for every supported host.
1
Install the plugin
Cursor
Cursor
/add-plugin endorlabs
Use the endor-agent-kit-setup skill to set up endorctl
Copy
2
Run your agent
Cursor
Cursor  Agent
Use the AI SAST triage agent to fix the top 3 critical
or high findings
Copy
AI SAST triage agent · 28 tool uses · 4m 22s
CRITICAL · Tomcat privileged context (RCE) → fixed in context.xml
HIGH · Path traversal (CWE-22) → fixed in FileUploadController.java
HIGH · Plaintext password logging (CWE-532) → fixed in UserController.java
All 3 verified TRUE_POSITIVE opened · PR #21 · build passing

Command Line Interface (CLI)

Use the Endor Labs CLI to run security scans locally, integrate into your own scripts, and build scanning into CI scripts.

bash
Copy
brew install endorlabs/tap/endorctl
brew install endorctl
bash
Copy
npm install -g endorctl
bash
Copy
# Download the latest CLI for Linux amd64
curl https://api.endorlabs.com/download/latest/endorctl_linux_amd64 -o endorctl

# Verify the checksum of the binary
echo "$(curl -s https://api.endorlabs.com/sha/latest/endorctl_linux_amd64)  endorctl" | sha256sum -c

# Modify the permissions of the binary to ensure it is executable
chmod +x ./endorctl
    
# Create an alias endorctl of the binary to ensure it is available in other directory
alias endorctl="$PWD/endorctl"
  
bash
Copy
# Download the latest CLI for Windows amd64
curl -O https://api.endorlabs.com/download/latest/endorctl_windows_amd64.exe

# Check the expected checksum of the binary file
curl https://api.endorlabs.com/sha/latest/endorctl_windows_amd64.exe

# Verify the expected checksum and the actual checksum of the binary match
certutil -hashfile .\endorctl_windows_amd64.exe SHA256

# Rename the binary file
ren endorctl_windows_amd64.exe endorctl.exe
Enterprise Setup
Already have an Endor Labs account?

Connect your developer tools to your organization's namespace, policies, and centralized reporting.

Authenticate with an API key or enterprise SSO

Set your namespace

Centralized reporting and policy enforcement

Team management and SIEM integrations

FAQs

What is the Developer Edition?

Developer Edition is a free tier for individual developers. Free scanning runs through the AURI MCP Server in your AI editor of choice. It includes SAST, SCA, secrets detection, and malicious open source package detection — the core scanning capabilities you need to write secure code from day one. The endorctl CLI is included, but standalone CLI scanning requires an Endor Labs namespace (Enterprise)."

What does the MCP Server actually do?

The MCP Server connects AURI's security intelligence to your AI coding assistant. When you or your AI writes code, the server scans for vulnerabilities, insecure patterns, hardcoded secrets, and risky dependencies in real time — then helps fix them inline, right where you're working.

Which editors and tools are supported?

The MCP server works with Cursor, VS Code, Devin, Claude Code, Gemini, and any MCP-compatible client. It also integrates with asynchronous AI tools like GitHub Copilot and OpenAI Codex for agent-driven workflows.

Is Developer Edition really free?

Yes. Developer Edition requires no credit card and no paid subscription. You authenticate once via GitHub, GitLab, or Google and you're up and running. There's no trial period — it's free to use, forever.

What kinds of scans does it run?

Developer Edition includes four core scan types: static application security testing (SAST) for code-level issues, software composition analysis (SCA) for dependency vulnerabilities, secrets detection for exposed credentials, and malicious package detection to catch supply chain attacks before they reach your environment.

Does my code leave my machine?

No. All scans run locally. The MCP Server accesses AURI's vulnerability database for intelligence (read-only), but your source code stays on your machine and is never uploaded to Endor Labs' platform.

How is this different from other free security MCP servers?

Most free MCP servers focus on code scanning alone. The AURI Developer Edition combines code scanning (SAST and secrets) with full supply chain security — including CVE detection and malicious open source package identification in your dependencies.

Do I need to install anything besides the MCP Server?

No. The MCP Server fetches everything it needs on demand, including endorctl, the Endor Labs CLI. There's no separate installation step, no pre-configuration, and no dependency management required to get started.

Can I use Developer Edition with my team?

Developer Edition is designed for individual developers. If your team needs shared policies, centralized reporting, or platform-level visibility, Endor Labs offers team and enterprise tiers that build on the same scanning engine with collaboration and governance features.

What's the difference between Developer Edition and the full Endor Labs platform?

Developer Edition gives you the MCP Server with default security policies and local-only results. The full platform adds AURI Agents, CLI, web UI, custom policies, centralized reporting, team management, and integrations with SIEM and vulnerability management tools for organization-wide security programs.

What are AURI Agents?

AURI Agents is a catalog of ready-to-use security agents that run inside your AI coding assistant. Each agent packages a specific Endor Labs workflow, such as triaging findings, remediating vulnerable dependencies, or diagnosing scan failures, with a built-in safety contract, approval gates, and evidence requirements. Install the agents as a plugin or extension in your host of choice, then ask the assistant to run a workflow in plain language.

Speed oror AND security. The best teams code without compromise.