@memoryrelay/mcp-server 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ npm install @memoryrelay/mcp-server
|
|
|
45
45
|
|
|
46
46
|
### 1. Get Your API Key
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
Sign up at [memoryrelay.ai](https://memoryrelay.ai) to get your API key (format: `mem_prod_xxxxx`).
|
|
49
49
|
|
|
50
50
|
### 2. Configure Your MCP Client
|
|
51
51
|
|
|
@@ -554,7 +554,8 @@ MIT License - see [LICENSE](../LICENSE) for details
|
|
|
554
554
|
|
|
555
555
|
- **Documentation**: [GitHub Repository](https://github.com/memoryrelay/mcp-server)
|
|
556
556
|
- **npm Package**: [@memoryrelay/mcp-server](https://www.npmjs.com/package/@memoryrelay/mcp-server)
|
|
557
|
-
- **
|
|
557
|
+
- **Website**: [memoryrelay.ai](https://memoryrelay.ai)
|
|
558
|
+
- **API**: [api.memoryrelay.net](https://api.memoryrelay.net)
|
|
558
559
|
- **Model Context Protocol**: [modelcontextprotocol.io](https://modelcontextprotocol.io)
|
|
559
560
|
- **OpenClaw**: [openclaw.org](https://openclaw.org)
|
|
560
561
|
|