Conversation
|
We are planning to deprecate direct MCP integration, we will keep this PR open for now. Please consider a plugin approach if this is feasible! |
|
Thanks for the heads-up. We鈥檒l leave the direct-MCP PR unchanged and assess a plugin-native integration against Loki鈥檚 emerging plugin interface; we鈥檒l follow up here only if there鈥檚 a concrete fit. |
|
Thanks for pointing us toward a plugin. I revisited Loki's current memory-provider API and contribution policy, and published Fidelis as a standalone native memory provider: https://github.com/hermes-labs-ai/loki-fidelis It provides prompt-time recall of current local records plus explicit recall, verbatim storage, and correction tools. It uses Loki's I'm closing this older MCP manifest PR as superseded. Loki's plugin catalog requires a pinned release to be at least two weeks old, so a catalog entry for this new plugin is not eligible yet. The direct Git install works today, and the catalog path can follow once the pin meets that policy. |
Adds a version-pinned, local-first Fidelis MCP catalog entry.
The
uvx --from fidelis-memory==0.1.0 fidelis mcp servelaunch contract was verified against the released CLI, and Loki catalog tests pass. The post-install guidance makes the persistent local-service prerequisites and ingestion step explicit.Requested in wundercorp/awesome-mcp#64 (comment).