Add : Openmemory Local Support using New Library (#3014)

Co-authored-by: Saket Aryan <saketaryan2002@gmail.com>
This commit is contained in:
Akshat Jain
2025-06-23 20:45:46 +05:30
committed by GitHub
parent a5ec286fd4
commit eb24b92227
4 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ export const Install = () => {
const handleCopy = async (tab: string, isMcp: boolean = false) => {
const text = isMcp
? `${URL}/mcp/openmemory/sse/${user}`
: `npx install-mcp ${URL}/mcp/${tab}/sse/${user} --client ${tab}`;
: `npx @openmemory/install local ${URL}/mcp/${tab}/sse/${user} --client ${tab}`;
try {
// Try using the Clipboard API first
@@ -168,7 +168,7 @@ export const Install = () => {
<div className="relative">
<pre className="bg-zinc-800 px-4 py-3 rounded-md overflow-x-auto text-sm">
<code className="text-gray-300">
{`npx install-mcp ${URL}/mcp/${key}/sse/${user} --client ${key}`}
{`npx @openmemory/install local ${URL}/mcp/${key}/sse/${user} --client ${key}`}
</code>
</pre>
<div>