wyrm-mcp 8.6.0 → 8.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/tool-manifest-v2.json +1 -1
- package/dist/tool-manifest.json +1 -1
- package/dist/wyrm-manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,6 +108,16 @@ Claude (Code, desktop, web) · Cursor · GitHub Copilot · Windsurf · Codex, an
|
|
|
108
108
|
|
|
109
109
|
Node.js 22 or newer. Optional: a local Ollama with `nomic-embed-text` for semantic recall without any hosted call.
|
|
110
110
|
|
|
111
|
+
## Pricing
|
|
112
|
+
|
|
113
|
+
Wyrm is **free to use forever** — the local memory, the firewall, the recall, all of it. Paid plans add cloud sync across devices, encrypted snapshots, shared team memory, and support:
|
|
114
|
+
|
|
115
|
+
- **Pro** — $29/mo · cloud sync, encrypted snapshots, analytics, priority support
|
|
116
|
+
- **Team** — $199/mo · shared team memory, up to 25 seats, admin dashboard
|
|
117
|
+
- **Enterprise** — $499/mo · unlimited seats, SSO/SAML, custom SLA, on-premise option
|
|
118
|
+
|
|
119
|
+
Plans and self-serve checkout: **[account.ghosts.lk/pricing](https://account.ghosts.lk/pricing)**. Custom or on-premise, email [ryan@ghosts.lk](mailto:ryan@ghosts.lk).
|
|
120
|
+
|
|
111
121
|
## Community and feedback
|
|
112
122
|
|
|
113
123
|
Wyrm sends no telemetry, so the way we learn what is working is you telling us.
|
package/dist/tool-manifest.json
CHANGED
package/dist/wyrm-manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wyrm-mcp",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.1",
|
|
4
4
|
"mcpName": "lk.ghosts/wyrm",
|
|
5
5
|
"description": "Local-first persistent memory for AI agents over MCP. Ground truths, negative learning (recorded failures block repeats), decision causality, hybrid recall, negotiated recall (clean-mode injection you steer), live memory streams, run-attributed fleet memory — a structured SQLite memory on your machine, no cloud or LLM required. Claude / Copilot / Cursor / Windsurf / Codex.",
|
|
6
6
|
"type": "module",
|