We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe379a commit df83d07Copy full SHA for df83d07
documentation/static/servers.json
@@ -263,6 +263,17 @@
263
"environmentVariables": [],
264
"type": "streamable-http"
265
},
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
+ },
277
{
278
"id": "elevenlabs-mcp",
279
"name": "ElevenLabs",
0 commit comments