Skip To Main Content

Use Vritto from the AI app you already use.

Connect Claude, ChatGPT, Gemini or another assistant to Vritto, and ask about your life or save to it without switching apps. You decide what it can reach and whether it can make changes.

Server address

https://mcp.vritto.app

Vritto uses the Model Context Protocol. Apps sign in with your Vritto account; there is no key to copy.

What your assistant can do

Look Things Up

“What's on my Costco list?”

Your assistant reads the records you allow, in summary first and in full when it needs to.

Save and Change

“Remind me to call the dentist next Tuesday at 10.”

Add tasks, notes, people, groceries and more, or change many records at once, up to 100 in a single request.

Undo

“Actually, undo that.”

Every change keeps what it replaced for 7 days, so the assistant or you can put it back exactly.

Add Vritto to your app

Every app asks you to sign in to Vritto once. On that screen you choose how the app handles changes and which private modules it can reach.

Claude (web, desktop and mobile)

  1. Open Settings, then Connectors.
  2. Choose Add custom connector and paste the address above.
  3. Select Connect, sign in to Vritto, and choose what Claude can reach.

Claude Code

  1. Add the server, then run /mcp inside Claude Code and choose Vritto to sign in.
claude mcp add --transport http vritto https://mcp.vritto.app

ChatGPT

  1. In ChatGPT's settings, open Apps and turn on developer mode under Advanced.
  2. Create an app, paste the address above, and keep OAuth as the sign-in method.
  3. Sign in to Vritto when asked, then turn the app on in a chat.

Codex

  1. Add the server, then sign in.
codex mcp add vritto --url https://mcp.vritto.app
codex mcp login vritto

Gemini

  1. In the Gemini app's settings, add a custom app and paste the address above.
  2. Sign in to Vritto when asked.

Google offers custom apps in the US, for personal accounts, to people 18 and over.

Cursor

  1. Add Vritto to your MCP settings (~/.cursor/mcp.json), then sign in from Cursor's MCP settings.
{
  "mcpServers": {
    "vritto": { "url": "https://mcp.vritto.app" }
  }
}

VS Code and GitHub Copilot

  1. Add Vritto to .vscode/mcp.json (or your user MCP settings), then start the server and sign in.
{
  "servers": {
    "vritto": { "type": "http", "url": "https://mcp.vritto.app" }
  }
}

Grok, Perplexity and Le Chat

  1. Add a custom connector (Perplexity calls it a custom remote connector) and paste the address above.
  2. Choose OAuth sign-in if you are asked, then sign in to Vritto.

Perplexity offers custom connectors on its Pro, Max and Enterprise plans.

You stay in charge of what it can do

You Choose How Changes Happen

When you connect, pick Make Changes, Ask Me First (changes wait in Vritto for your approval) or Read Only. Change it any time in AI Core, then MCP.

Private Modules Stay Off

Health, money and other private modules are off until you switch them on, one by one, for each app.

Everything Is Listed

Every change an app makes appears in AI Core, under Review, then Activity, with an Undo button for 7 days.

Your Email Stays With Vritto

Apps never receive your Gmail or Outlook messages, or the changes Vritto proposes from them until you accept them in Vritto.

Ten tools that never change

Vritto offers every AI app the same ten tools. Each one reaches the right part of Vritto through an operation named in its request, so new Vritto features arrive without your app refreshing anything.

Operations Reference
vritto_describeExplains what you keep in Vritto and how to work with it, and finds the right operation for a request.
vritto_findReads your records.
vritto_lookupLooks up public reference data, such as a movie, a book or an airport.
vritto_overviewSummarizes your day across the modules the app can read.
vritto_createAdds records.
vritto_updateChanges records, keeping every field it was not asked to change.
vritto_deleteDeletes records.
vritto_undoReverses a change the app made in the last 7 days.
vritto_proposals_listLists changes waiting for your approval in Vritto.
vritto_proposals_respondApproves or rejects one of them, only when you say so.

If something looks wrong

The app says a module is off or read only.
That is your setting for this app. Open AI Core, then MCP, and change the module's access. The next request uses it; there is no need to reconnect.
The app says AI is switched off.
Your account has AI features turned off. Turn them on in Settings, then AI.
The app made a change you did not want.
Ask it to undo the change, or open AI Core, then Review, then Activity, and select Undo. Changes can be undone for 7 days.
The app says a change is waiting for approval.
The app is set to Ask Me First. Approve it in AI Core, under Review, or switch the app to Make Changes.

Still stuck? Contact us, and see how Vritto handles data in the Privacy Policy.