mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
chore: update readme and gitignore (#640)
This commit is contained in:
parent
7622dc251c
commit
cda6e1a93a
4 changed files with 11 additions and 3 deletions
2
apps/mcp/.gitignore
vendored
2
apps/mcp/.gitignore
vendored
|
|
@ -13,7 +13,7 @@ dist/
|
|||
|
||||
# deps
|
||||
node_modules/
|
||||
.wrangler
|
||||
.wrangler/
|
||||
|
||||
# env
|
||||
.env
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue