Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.memv.ai/llms.txt

Use this file to discover all available pages before exploring further.

Choose your AI client below and follow the setup steps. All clients use the same MCP endpoint and OAuth authentication, no API keys required.
You’ll need a mem[v] account. Sign up at chat.memv.ai if you haven’t already.

Claude Code

Run this command in your terminal:
claude mcp add --transport http memv https://mcp.memv.ai/mcp
Claude Code will prompt you to authenticate via OAuth when you first use a mem[v] tool.

Claude Desktop

1

Open Connectors

Go to SettingsConnectors.
2

Add the MCP server

Click Add and enter the endpoint URL:
https://mcp.memv.ai/mcp
3

Authenticate

Follow the OAuth prompt to sign in to your mem[v] account.
Remote MCP servers must be added via Settings → Connectors. Claude Desktop does not connect to remote servers configured directly in claude_desktop_config.json.

ChatGPT

1

Open Settings

Click your profile icon → SettingsApps & Connectors.
2

Add MCP server

Click Add and enter the endpoint URL:
https://mcp.memv.ai/mcp
3

Authenticate

Follow the OAuth prompt to sign in to your mem[v] account.
Requires a ChatGPT Plus, Pro, Team, Enterprise, or Edu plan.

Cursor

1

Open MCP settings

Go to Cursor SettingsFeaturesMCPAdd new MCP Server.
2

Add the server

Select SSE as the type and enter the endpoint URL:
https://mcp.memv.ai/sse
3

Authenticate

Cursor will prompt you to sign in via OAuth on first use.
Requires a Cursor Pro plan or higher. MCP servers only work in Agent mode, which is not available on the free tier.

VS Code (Copilot)

Run this command in your terminal:
code --add-mcp '{"name":"memv","type":"http","url":"https://mcp.memv.ai/mcp"}'
Or add it manually to .vscode/mcp.json in your workspace:
{
  "servers": {
    "memv": {
      "type": "http",
      "url": "https://mcp.memv.ai/mcp"
    }
  }
}

Windsurf

Add the following to ~/.codeium/windsurf/mcp_config.json:
{
  "mcpServers": {
    "memv": {
      "serverUrl": "https://mcp.memv.ai/mcp"
    }
  }
}
Restart Windsurf to load the new configuration. You’ll be prompted to sign in via OAuth on first use.

Verify the Connection

After setup, ask your AI assistant:
List my mem[v] workspaces.
You should see your workspaces returned, confirming the connection is working.
Try search_memory next to search your knowledge graph directly from your AI assistant.