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/mcpOAuth-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:
get_session— confirm workspace and brainvault_browse— browse vault folderssemantic_searchorgrep— find contentread— fetch a document byresource_id
Details: MCP server · Vault discovery.
Choose MCP vs CLI vs SDK
| Surface | Best for |
|---|---|
| MCP | In-IDE agents, chat assistants, tool discovery |
| CLI | CI, cron, local debugging, JSON pipelines |
| SDK | Application code — SDK quickstart |
Next steps
- Plugins — Cursor, Codex, Claude install guides
- Authentication — all credential types