Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/docs/supermemory-mcp/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Add to your MCP client config:
{
"mcpServers": {
"supermemory": {
"type": "sse",

This comment was marked as outdated.

"url": "https://mcp.supermemory.ai/mcp"
}
}
Expand All @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions apps/docs/supermemory-mcp/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Add this to your MCP client config (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"supermemory": {
"type": "sse",
"url": "https://mcp.supermemory.ai/mcp"
}
}
Expand All @@ -36,6 +37,7 @@ If you prefer to use an API key instead of OAuth, get one from [app.supermemory.
{
"mcpServers": {
"supermemory": {
"type": "sse",
"url": "https://mcp.supermemory.ai/mcp",
"headers": {
"Authorization": "Bearer sm_your_api_key_here"
Expand All @@ -55,6 +57,7 @@ To scope all operations to a specific project, add the `x-sm-project` header:
{
"mcpServers": {
"supermemory": {
"type": "sse",
"url": "https://mcp.supermemory.ai/mcp",
"headers": {
"x-sm-project": "your-project-id"
Expand All @@ -76,6 +79,7 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS)
{
"mcpServers": {
"supermemory": {
"type": "sse",
"url": "https://mcp.supermemory.ai/mcp"
}
}
Expand Down
Loading