AUVY

IDE plugins

Install the AUVY SDK plugin in Cursor, Codex, or Claude with skills and MCP config.

IDE plugins

The AUVY SDK plugin packages operator skills, OAuth-first MCP registration, and rules for coding agents. Source: auvy-sdk/plugins/auvy.

What it includes

ComponentPurpose
SkillsOnboarding, vault discovery, MCP operator, SQL, patches, CLI, SDK, Connect, troubleshooting
Rulesauvy-operator.mdc — tool-choice guidance
mcp.jsonOAuth URL-only — https://mcp.auvy.ai/mcp
.mcp.jsonCodex env-based API key config

Install guide: PLUGIN.md

Choose your client

Auth patterns

Connect with the hosted URL only — no API key in config:

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

Authorization server: https://auth.auvy.ai · Consent UI: https://auvy.ai/os/oauth/authorize

Set AUVY_API_KEY in your environment for Codex or automation:

auvy auth login --api-key ak_live_...
auvy auth status
auvy auth mcp

Never commit real API keys. Use placeholders such as ak_live_... in docs.

Agent skills

Hosted skills live under agent-onboarding/skills/. The plugin symlinks them for Cursor and Codex discovery.

On this page