新增engram mcp

This commit is contained in:
Sense T
2026-06-02 08:55:23 +00:00
parent e599503aae
commit b5d5842234
4 changed files with 42 additions and 10 deletions
+6 -4
View File
@@ -2,11 +2,13 @@
sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
apk add --no-cache npm uv
cp /tmp/engram /usr/local/bin/ && echo 'install engram done.'
which node
which npm
which npx
which uvx
which node || exit 1
which npm || exit 1
which npx || exit 1
which uvx || exit 1
which engram || exit 1
catatonit -- mcp-proxy \
--named-server-config /config.json \