diff --git a/apps/docs/supermemory-mcp/mcp.mdx b/apps/docs/supermemory-mcp/mcp.mdx index f317d920..b3ea0bff 100644 --- a/apps/docs/supermemory-mcp/mcp.mdx +++ b/apps/docs/supermemory-mcp/mcp.mdx @@ -22,6 +22,7 @@ Add to your MCP client config: { "mcpServers": { "supermemory": { + "type": "sse", "url": "https://mcp.supermemory.ai/mcp" } } @@ -38,6 +39,7 @@ If you prefer API keys over OAuth, get one from [app.supermemory.ai](https://app { "mcpServers": { "supermemory": { + "type": "sse", "url": "https://mcp.supermemory.ai/mcp", "headers": { "Authorization": "Bearer sm_your_api_key_here" @@ -57,6 +59,7 @@ Scope all operations to a specific project with `x-sm-project`: { "mcpServers": { "supermemory": { + "type": "sse", "url": "https://mcp.supermemory.ai/mcp", "headers": { "x-sm-project": "your-project-id"