Skip to content

Commit df83d07

Browse files
committed
add DSM Memory to extension registry
1 parent 1fe379a commit df83d07

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

documentation/static/servers.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,17 @@
263263
"environmentVariables": [],
264264
"type": "streamable-http"
265265
},
266+
{
267+
"id": "dsm-memory",
268+
"name": "DSM Memory",
269+
"description": "Append-only, hash-chained memory layer for Goose via MCP",
270+
"command": "python3 -m dsm.integrations.goose",
271+
"link": "https://github.com/daryl-labs-ai/daryl/tree/main/src/dsm/integrations/goose",
272+
"installation_notes": "Clone the repo and install: git clone https://github.com/daryl-labs-ai/daryl && cd daryl && pip install -e \".[goose]\". Requires Python 3.8+.",
273+
"is_builtin": false,
274+
"endorsed": false,
275+
"environmentVariables": []
276+
},
266277
{
267278
"id": "elevenlabs-mcp",
268279
"name": "ElevenLabs",

0 commit comments

Comments
 (0)