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
| Component | Purpose |
|---|---|
| Skills | Onboarding, vault discovery, MCP operator, SQL, patches, CLI, SDK, Connect, troubleshooting |
| Rules | auvy-operator.mdc — tool-choice guidance |
| mcp.json | OAuth URL-only — https://mcp.auvy.ai/mcp |
| .mcp.json | Codex env-based API key config |
Install guide: PLUGIN.md
Choose your client
Cursor
Marketplace install, OAuth MCP auto-wire, operator rules.
Codex
Terminal MCP with API key env, auvy auth mcp.
Claude
Claude Desktop and Claude Code MCP configuration.
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 mcpNever 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.