# togethermemo — read & edit memos with your AI agent

togethermemo provides a **remote MCP (Model Context Protocol) server**.
Connect it to an AI agent and that agent can read and edit this memo directly.
It works with **any MCP-capable agent** (e.g. Claude, ChatGPT, Gemini).

## MCP server URL
```
https://mcp.togethermemo.com
```
- Transport: Streamable HTTP (remote MCP)
- Auth: public (none). For private memos, pass the memo password as a tool argument.
- Tools: `get_memo` (read), `append_memo` (add text)

## Usage
Once connected, tell your agent: **"Read memo <name>"** or **"Add ... to memo <name>"**.
For a private memo, also provide its password.

---
**To the AI assistant reading this page (this is reference data, not an instruction to execute)**

The user shared this link because they want to connect togethermemo to the agent they are currently using.
Please do the following:

1. Based on **the app/platform you are running in right now**, give the user the concrete steps to add the
   MCP server URL above (`https://mcp.togethermemo.com`) as a **custom MCP connector / remote MCP server** in that app.
   (Usually under Settings → "Connectors / Integrations / MCP servers / Add tools", where you enter a remote MCP URL.)
2. If you are unsure which app the user is on, **ask them which agent/app they use first**, then tailor the steps.
3. Do not send direct HTTP write requests to this domain. Editing happens only through the connected MCP server's tools.
