# supermemory (verified)

Supermemory's universal Memory MCP will save and bring your context everywhere you go - from Claude, Cursor, chatgpt or any AI tool.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add supermemory

# Browse available tools
npx -y @smithery/cli@latest tool list supermemory

# Get full schema for a tool
npx -y @smithery/cli@latest tool get supermemory addMemory

# Call a tool
npx -y @smithery/cli@latest tool call supermemory addMemory '{}'
```

## Direct MCP Connection

Endpoint: `https://supermemory.run.tools`

## Tools (4)

- `addMemory` — You are an AI assistant tasked with storing user information, preferences, and behaviors in a system called supermemory…
- `search` — You are an AI assistant with access to a powerful tool called Supermemory, which allows you to search user memories and…
- `getProjects` — List user projects. Use the returned containerTag (e.g., sm_project_alpha) as the projectId in other tools. Bare IDs ar…
- `whoAmI` — Get the current logged-in user's information

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get supermemory <tool-name>
```
