Skip to content

add DSM Memory to extension registry#8446

Open
buralux wants to merge 4 commits intoaaif-goose:mainfrom
buralux:add-dsm-memory-extension
Open

add DSM Memory to extension registry#8446
buralux wants to merge 4 commits intoaaif-goose:mainfrom
buralux:add-dsm-memory-extension

Conversation

@buralux
Copy link
Copy Markdown

@buralux buralux commented Apr 9, 2026

Adds DSM Memory to documentation/static/servers.json.

DSM is an append-only, SHA-256 hash-chained memory layer for Goose via MCP. It exposes 11 MCP tools (dsm_start_session, dsm_log_action, dsm_verify, etc.) and writes to a local shard store at ~/.dsm-data/shards/.

Install

git clone https://github.com/daryl-labs-ai/daryl && cd daryl
pip install -e ".[goose]"

Run

python3 -m dsm.integrations.goose

Diff: +11 lines in servers.json, no other changes.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: df83d07694

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

{
"id": "dsm-memory",
"name": "DSM Memory",
"description": "Append-only, hash-chained memory layer for Goose via MCP",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use lowercase “goose” in DSM description

documentation/AGENTS.md requires the product name to always be written as lowercase “goose” in documentation-facing content, but this entry uses “Goose” in the description. Because this file is in documentation/ and is user-facing registry data, this introduces a direct brand-guideline violation that should be corrected before merge.

Useful? React with 👍 / 👎.

@buralux
Copy link
Copy Markdown
Author

buralux commented Apr 9, 2026

Updated the command to uvx dsm-mcp — the dsm-mcp package is being published to PyPI (daryl-labs-ai/daryl#3). Will be available on PyPI shortly.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 844ee9651d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"type": "streamable-http"
},
{
"id": "dsm-memory",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add a docs page for the new dsm-memory extension

The new registry entry creates a broken tutorial link in the extension detail view: documentation/src/pages/extensions/detail.tsx always links to /docs/mcp/${getDocumentationPath(server.id)}, and for dsm-memory this resolves to /docs/mcp/dsm-memory-mcp, but this commit does not add documentation/docs/mcp/dsm-memory-mcp.md or .mdx. In the current docs build this means users can install the extension from the catalog but get a 404 when opening its setup guide.

Useful? React with 👍 / 👎.

@buralux
Copy link
Copy Markdown
Author

buralux commented Apr 9, 2026

Added documentation/docs/mcp/dsm-memory-mcp.md — the tutorial page now resolves at /docs/mcp/dsm-memory-mcp. Same structure as council-of-mine-mcp.md: frontmatter, Quick Install tab, GooseDesktopInstaller / CLIExtensionInstructions components, tool reference table, and a minimal example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant