AUVY

MCP quickstart

Connect from an AI assistant to AUVY via the hosted MCP server in 60 seconds.

MCP quickstart

Connect MCP-compatible assistants to AUVY without application code. For terminals, use the CLI instead.

MCP — 60 seconds

Endpoint:

https://mcp.auvy.ai/mcp

OAuth-capable clients (Cursor, Claude) — URL only:

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

API key clients — add Bearer header:

{
  "mcpServers": {
    "auvy": {
      "url": "https://mcp.auvy.ai/mcp",
      "headers": {
        "Authorization": "Bearer ak_live_..."
      }
    }
  }
}

Typical first tools:

  1. get_session — confirm workspace and brain
  2. vault_browse — browse vault folders
  3. semantic_search or grep — find content
  4. read — fetch a document by resource_id

Details: MCP server · Vault discovery.

Choose MCP vs CLI vs SDK

SurfaceBest for
MCPIn-IDE agents, chat assistants, tool discovery
CLICI, cron, local debugging, JSON pipelines
SDKApplication code — SDK quickstart

Next steps

On this page