AUVY

Cursor plugin

Install the AUVY SDK plugin in Cursor with OAuth MCP and operator skills.

Cursor plugin

Install the AUVY SDK plugin in Cursor for OAuth-first MCP, operator skills, and auvy-operator.mdc rules.

Install

Install the plugin

Install AUVY SDK from the Cursor marketplace, or clone auvy-sdk and point Cursor at plugins/auvy.

Enable MCP

Enable MCP server auvy in Cursor Settings → MCP. The plugin auto-wires OAuth — sign in when prompted.

First tools

Call get_session, then vault_browse or semantic_search. See MCP server.

MCP config (manual)

If not using the plugin auto-wire:

{
  "mcpServers": {
    "auvy": {
      "type": "http",
      "url": "https://mcp.auvy.ai/mcp"
    }
  }
}

OAuth sign-in at https://auvy.ai/os/oauth/authorizeno API key in MCP config.

What's included

  • Skills — onboarding, vault discovery, MCP operator, SDK, Connect, troubleshooting
  • Rulesauvy-operator.mdc for tool-choice guidance
  • mcp.json — OAuth URL-only config

Source: plugins/auvy · PLUGIN.md

On this page