AUVY MCP Server
Connect MCP-compatible assistants to AUVY without writing client code. Endpoint:AI agents: agent-onboarding/SKILL.md · llms.txt
Setup
- Create an API key at cortex.auvy.ai → Admin → API keys.
- Add to your MCP client config:
~/.config/cursor/mcp.json · Claude Desktop → ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Optional headers: X-Brain-Id (brain-scoped tools), X-MCP-Toolkit-Slug (toolkit selection).
Auth: OAuth when your client supports it, or Bearer API key (above). Restart the client after saving config.
Tool families
The exact tool set depends on your workspace MCP toolkit (configure in the dashboard).| Family | Tools | Use for |
|---|---|---|
| Session | get_session | Confirm workspace/brain context |
| Discovery | grep, search, read, document_tree | Browse and search the catalog |
| History | grep_history, read_history | Prior execution transcripts |
| Web | web_read, web_search | Fetch URLs and search the web |
| Execution | delegate, connect_execute, receptor__{slug} | Invoke neurons, Connect tools, fire triggers |
| Create / update | create_resource, create_asset, apply_patch, … | Create and patch catalog resources |
Example flows
Session context:Related
- Integrate the API — SDK walkthrough
- Authentication — credential matrix
- SDK source of truth — method names for agents