From 86232ba4566250fca1e19b1611a9c798c6535414 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Feb 2026 16:54:01 +0000 Subject: feat: Initial commit --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e79700 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# 🏠 Supermemory MCP (Local) + +> Supermemory MCP, Rewritten From Scratch as a Minimal Local Process + +## Setup + +```bash +bun install +``` + +## Usage + +```json +{ + "mcpServers": { + "supermemory": { + "command": "bun", + "args": ["run", "/path/to/supermemory-mcp-local/index.ts"], + "env": { + "SUPERMEMORY_API_KEY": "sm_..." + } + } + } +} +``` + +## Tools + +- `memory` - Save or forget information +- `recall` - Search memories +- `listProjects` - List available projects +- `whoAmI` - Get current user information + +## Prompts + +- `context` - Get user profile for system context + +## License + +This project is licensed under the [MIT License](./LICENSE.txt). -- cgit v1.2.3