chore: update readme and gitignore (#640)

This commit is contained in:
MaheshtheDev 2025-12-31 02:41:35 +00:00
parent 7622dc251c
commit cda6e1a93a
4 changed files with 11 additions and 3 deletions

2
apps/mcp/.gitignore vendored
View file

@ -13,7 +13,7 @@ dist/
# deps
node_modules/
.wrangler
.wrangler/
# env
.env

View file

@ -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
{