Skip to content
Open Memside

Connection Overview

Use case Recommended path
Hosted AI app such as ChatGPT, Grok, or Claude MCP with OAuth
IDE or coding agent MCP with a Memside API key
JavaScript application JavaScript SDK
Python application Python SDK
Another language or script REST API
Chat inside the Memside app Bring an AI provider
Setting Value
MCP server https://api.memside.com/mcp/
REST API https://api.memside.com
API-key header Authorization: Bearer mem_sk_your_memside_api_key

Create and revoke API keys under Settings > Developer & API.

These setup paths use OAuth when supported. OAuth allows sign-in without pasting an API key into the AI app.

These tools commonly use a Memside API key in a bearer header. Authentication options can vary by app version.

The Memside in-app assistant uses a provider configured under Settings > LLM Configuration.

See In-App Assistant.

Available actions can include:

  • search and read Memories;
  • create or update Memories;
  • save and continue from checkpoints;
  • use Tasks, Subjects, Connections, Profile, Rules, and Skills;
  • suggest Facts for review.

Secret Memories remain inside the Memside app. Fact suggestions require review. Permanent deletion requires AI delete permission and explicit confirmation.

Start with a read-only request:

Use Memside to find the Weekend trip plan Memory and summarize the next step.

Test create, update, and delete actions only after reads work.

See Troubleshooting for authentication, missing tools, and client-specific issues.