Get started
Connect your AI to your notes.
Let Claude, ChatGPT, or any AI agent work directly with your Naute knowledge base. Three ways to connect — pick the one that fits where you already work.
CLI
Terminal & agent workflows
The naute command is designed primarily for AI agents. If you use Claude Code, Claude discovers naute automatically from your PATH — no extra setup required.
- Claude Code picks it up automatically
- Works for human terminal use too
- Local-only: requires the desktop app running
MCP
Claude Desktop, Cursor & MCP clients
Connect any MCP-capable client to your notes. Your AI can search, read, and safely edit — it always asks before writing.
- Add
naute-mcpto your MCP client config - Hosted endpoint available for remote clients
- Writes always require your confirmation
API
Build your own integration
Versioned HTTP API for server-side apps, webhooks, and custom integrations.
- Versioned contract under
/api/v1/* - Bearer-token auth with API keys
- OpenAPI spec for SDK generation
Which one should I use?
The same person uses different paths in different contexts. A typical day:
- Working in Claude.ai or Claude Desktop? Use MCP. Configure once, your AI sees your notes everywhere you chat.
- Already in a terminal with Claude Code? The CLI works automatically — Claude Code finds
nauteon your PATH and uses it without setup. - Building a script, webhook, or Zapier-style integration? Use the REST API. No SDK required.