We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df83d07 commit 844ee96Copy full SHA for 844ee96
documentation/static/servers.json
@@ -267,9 +267,9 @@
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",
+ "command": "uvx dsm-mcp",
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+.",
+ "installation_notes": "Install via pip: pip install dsm-mcp. Or run directly without installing: uvx dsm-mcp. Requires Python 3.8+.",
273
"is_builtin": false,
274
"endorsed": false,
275
"environmentVariables": []
0 commit comments