mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-11 22:51:05 +00:00
Fixing the AI code reviewer's comments.
This commit is contained in:
parent
8cf5ccb4a3
commit
f8eec22ce0
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue