Skip to content
Zed

Auth0 MCP Server for Zed

com.auth0/mcp

Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language

client:Zed transport:stdio runtime:npm

Install Auth0 MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@auth0/auth0-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Auth0 MCP Server in other clients