aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2025-12-31 02:41:35 +0000
committerMaheshtheDev <[email protected]>2025-12-31 02:41:35 +0000
commitcda6e1a93aa18f73ad16dae16cb0e5f3d0f5a6ad (patch)
tree2e6d2e5d0bfa75ccbc8bb6545b54d6b096cbbdd0
parentchore: update cursor one click mcp install (#639) (diff)
downloadsupermemory-cda6e1a93aa18f73ad16dae16cb0e5f3d0f5a6ad.tar.xz
supermemory-cda6e1a93aa18f73ad16dae16cb0e5f3d0f5a6ad.zip
chore: update readme and gitignore (#640)12-30-chore_update_readme_and_gitignore
-rw-r--r--apps/mcp/.gitignore2
-rw-r--r--apps/mcp/.wrangler/state/v3/do/supermemory-mcp-SupermemoryMCP/95ec534cda8afd8d5d281641c5d3869780d71870f2f4241bd84e49111fbe0ba5.sqlitebin40960 -> 0 bytes
-rw-r--r--apps/mcp/.wrangler/state/v3/do/supermemory-mcp-SupermemoryMCP/c8320a387488ecd4b38e8d6a3d4b9e7a3d358de0117084783cf093a9620e8e01.sqlitebin40960 -> 0 bytes
-rw-r--r--apps/mcp/README.md12
4 files changed, 11 insertions, 3 deletions
diff --git a/apps/mcp/.gitignore b/apps/mcp/.gitignore
index e319e063..455dd49c 100644
--- a/apps/mcp/.gitignore
+++ b/apps/mcp/.gitignore
@@ -13,7 +13,7 @@ dist/
# deps
node_modules/
-.wrangler
+.wrangler/
# env
.env
diff --git a/apps/mcp/.wrangler/state/v3/do/supermemory-mcp-SupermemoryMCP/95ec534cda8afd8d5d281641c5d3869780d71870f2f4241bd84e49111fbe0ba5.sqlite b/apps/mcp/.wrangler/state/v3/do/supermemory-mcp-SupermemoryMCP/95ec534cda8afd8d5d281641c5d3869780d71870f2f4241bd84e49111fbe0ba5.sqlite
deleted file mode 100644
index 3dcc228b..00000000
--- a/apps/mcp/.wrangler/state/v3/do/supermemory-mcp-SupermemoryMCP/95ec534cda8afd8d5d281641c5d3869780d71870f2f4241bd84e49111fbe0ba5.sqlite
+++ /dev/null
Binary files differ
diff --git a/apps/mcp/.wrangler/state/v3/do/supermemory-mcp-SupermemoryMCP/c8320a387488ecd4b38e8d6a3d4b9e7a3d358de0117084783cf093a9620e8e01.sqlite b/apps/mcp/.wrangler/state/v3/do/supermemory-mcp-SupermemoryMCP/c8320a387488ecd4b38e8d6a3d4b9e7a3d358de0117084783cf093a9620e8e01.sqlite
deleted file mode 100644
index eb759091..00000000
--- a/apps/mcp/.wrangler/state/v3/do/supermemory-mcp-SupermemoryMCP/c8320a387488ecd4b38e8d6a3d4b9e7a3d358de0117084783cf093a9620e8e01.sqlite
+++ /dev/null
Binary files differ
diff --git a/apps/mcp/README.md b/apps/mcp/README.md
index b2fc0362..6578939c 100644
--- a/apps/mcp/README.md
+++ b/apps/mcp/README.md
@@ -12,7 +12,15 @@ A standalone MCP (Model Context Protocol) server for Supermemory that gives AI a
## Setup
-### MCP Client Configuration
+### Quick Install (Recommended)
+
+```bash
+npx -y install-mcp@latest https://mcp.supermemory.ai/mcp --client claude --oauth=yes
+```
+
+Replace `claude` with your MCP client: `claude`, `cursor`, `windsurf`, etc.
+
+### Manual Configuration
Add to your MCP client config (Claude Desktop, Cursor, Windsurf, etc.):
@@ -30,7 +38,7 @@ The server uses OAuth authentication by default. Your MCP client will automatica
### API Key Authentication (Alternative)
-If you prefer to use an API key instead of OAuth, you can pass it directly in the `Authorization` header. Get your API key from [console.supermemory.ai](https://console.supermemory.ai):
+If you prefer to use an API key instead of OAuth, you can pass it directly in the `Authorization` header. Get your API key from [app.supermemory.ai](https://app.supermemory.ai):
```json
{