Install

One line, then just ask.

No key, no config, no account first. The first time your agent uses Foliyo, a browser opens - sign up there, approve once, and the tool call that opened it finishes with your link.

Full setup guide: Codex, Cursor, Replit and any CLI

Codex

codex mcp add foliyo --url https://foliyo.io/mcp
codex mcp login foliyo --scopes 'mcp,workspace:write'

Connect once, approve workspace access, then ask: “Create me a Foliyo for X.” Your saved context and links stay online across connected tools.

Replit Agent

Add https://foliyo.io/mcp in Replit Integrations and complete sign-in. Open the connection guide.

Claude Code

claude mcp add --transport http foliyo https://foliyo.io/mcp

Cursor

Add to ~/.cursor/mcp.json (or per-project .cursor/mcp.json):

{ "mcpServers": { "foliyo": { "url": "https://foliyo.io/mcp" } } }

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{ "mcpServers": { "foliyo": { "serverUrl": "https://foliyo.io/mcp" } } }

VS Code

Add to your mcp.json:

{ "servers": { "foliyo": { "type": "http", "url": "https://foliyo.io/mcp" } } }

Any other MCP client

Point it at https://foliyo.io/mcp (streamable HTTP, OAuth handled in the browser). To publish files from a shell or use a stdio client, download thestandalone CLI and follow the CLI setup guide. It calls the same online tools; Node 20 or newer is required.

Then say things like

"share this as a link" · "send it to Priya and Tom and tell me when they open it" · "gate it with a PIN" · "save a design guide from mysite.com" · "who hasn't read it yet?"