You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace `goose configure extensions --add` with `goose session --with-extension`
- Replace `goose session --recipe` with `goose run --recipe`
- Lowercase "Goose" to "goose" per documentation branding rules
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jerry Omiagbo <jeremiah@getbizsuite.com>
Copy file name to clipboardExpand all lines: documentation/docs/tutorials/mnemopay-extension.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
title: MnemoPay Extension
3
-
description: Add MnemoPay MCP Server as a Goose Extension for persistent memory, micropayments, and fraud-aware trust scoring
3
+
description: Add MnemoPay MCP Server as a goose extension for persistent memory, micropayments, and fraud-aware trust scoring
4
4
---
5
5
6
6
import Tabs from '@theme/Tabs';
7
7
import TabItem from '@theme/TabItem';
8
8
9
-
This tutorial covers how to add the [MnemoPay MCP Server](https://github.com/mnemopay/mnemopay-sdk) as a Goose extension for persistent agent memory, micropayments with escrow, and Bayesian trust scoring.
9
+
This tutorial covers how to add the [MnemoPay MCP Server](https://github.com/mnemopay/mnemopay-sdk) as a goose extension for persistent agent memory, micropayments with escrow, and Bayesian trust scoring.
10
10
11
-
With MnemoPay, Goose agents can remember findings across sessions, charge for value delivered, build reputation over time, and detect fraud — all through a single MCP extension. The core innovation is the **payment-memory feedback loop**: successful settlements reinforce the memories that led to the decision.
11
+
With MnemoPay, goose agents can remember findings across sessions, charge for value delivered, build reputation over time, and detect fraud — all through a single MCP extension. The core innovation is the **payment-memory feedback loop**: successful settlements reinforce the memories that led to the decision.
0 commit comments