Connect your AI
Mem·Sum works inside the AI you already use. Add one connector, sign in, and your agent can read and write the sums you belong to.
Your connector URL
https://sum.memsum.ai/mcpClaude
- Open Settings → Connectors → Add custom connector.
- Name it Mem·Sum and paste the connector URL above. Leave the OAuth fields blank.
- Click Connect, then sign in with your Mem·Sum email and password.
- In a conversation, start with a read-only question: “+sum what do we have so far?”
ChatGPT
- Open Settings → Connectors and add a new MCP server.
- Paste the connector URL above and approve the OAuth prompt by signing in.
- Ask a read-only question first: “+sum what are we tracking right now?”
Claude Code
- In a terminal:
claude mcp add --transport http memsum https://sum.memsum.ai/mcp - The first use opens a sign-in in your browser — approve it and you're connected.
- Prefer a key instead? Create a connector token below and add it as a header:
--header "Authorization: Bearer memsum_…"
Cursor
- Open Settings → MCP (or edit
~/.cursor/mcp.json) and add a server. - Use the connector URL above:
{"mcpServers":{"memsum":{"url":"https://sum.memsum.ai/mcp"}}} - Approve the sign-in prompt when Cursor first connects.
Perplexity
- Create a connector token below and copy it.
- Add a connector with the URL above, and where it asks for authentication, use a header:
Authorization: Bearer memsum_…— then ask something read-only first.
Any other MCP client
Mem·Sum is a standard remote MCP server (streamable HTTP). Point your client at the connector URL above; if it can do OAuth it will walk you through sign-in, and if it can't, paste a connector token from the section below as an Authorization: Bearer header. Exact menus vary by client and version — the URL and the token are the only two facts you need.
Connector tokens
A connector token is a paste-in key for clients that can't sign in with OAuth: paste it in the token field when connecting, or send it as an Authorization: Bearer header. Treat it like a password — it can read and write every sum you belong to. Revoking it cuts that client off immediately.
Loading…
Your AI client receives OAuth tokens, never your password. See everything your AI can do here.
← Back to Mem·Sum