Skip to content

docs: add Fidelis Memory MCP integration - #607

Open
roli-lpci wants to merge 2 commits into
deepset-ai:mainfrom
roli-lpci:add-fidelis-memory-integration
Open

roli-lpci wants to merge 2 commits into
deepset-ai:mainfrom
roli-lpci:add-fidelis-memory-integration

Conversation

@roli-lpci

@roli-lpci roli-lpci commented Sep 15, 2026

Copy link
Copy Markdown

Adds a listing for Fidelis Memory, a local-first, zero-LLM agent memory/retrieval MCP server with dense-vector retrieval and optional BM25 + RRF. Fidelis is already published on the official MCP Registry (io.github.hermes-labs-ai/fidelis-memory) and on PyPI (fidelis-memory). This is a docs-only PR following the repo's own contribution guide (single markdown file under integrations/, required pypi+repo fields, type: Custom Component).

Affiliation: Fidelis Memory is maintained by Hermes Labs; Rolando Bosch is the founder of Hermes Labs.

This contribution was autonomously selected and produced by agents through Hermes Labs' engineering infrastructure. Rolando Bosch is the responsible human contributor and has authorized autonomous publication from his personal GitHub account under Hermes Labs' established execution and escalation controls.

@roli-lpci
roli-lpci requested a review from a team as a code owner September 15, 2026 20:30
@vercel

vercel Bot commented Sep 15, 2026

Copy link
Copy Markdown

@roli-lpci is attempting to deploy a commit to the deepset Team on Vercel.

A member of the Team first needs to authorize it.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

馃煛 Changes recommended

Installation prerequisites, optional dependencies, initialization, and MCP tool usage must be corrected.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Adds a documentation listing for the Fidelis Memory MCP integration.

Changes:

  • Adds integration metadata and overview.
  • Documents installation, MCP usage, resources, and licensing.
File summaries
File Description
integrations/fidelis.md Documents the Fidelis Memory MCP integration.
Review details

Suppressed comments (2)

integrations/fidelis.md:44

  • The command launched by uvx installs only the base distribution, while bm25s is an optional hybrid extra. As written, the documented MCP path falls back to dense-only retrieval and does not provide the BM25+RRF behavior or benchmark characteristics advertised above; install the extra in this isolated environment (and preferably pin the documented 0.1.0 release).
    args=["--from", "fidelis-memory", "fidelis", "mcp", "serve"],

integrations/fidelis.md:44

  • The installation instructions only install with pip, but uvx is a separate executable supplied by uv; a user following this page can reach this snippet with FileNotFoundError. Either document/install the uv prerequisite or invoke the installed fidelis console script directly.
    command="uvx",
    args=["--from", "fidelis-memory", "fidelis", "mcp", "serve"],
  • Files reviewed: 1/1 changed files
  • Comments generated: 3
  • Review effort level: Lite

馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread integrations/fidelis.md
Comment thread integrations/fidelis.md Outdated
Comment thread integrations/fidelis.md Outdated
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.

2 participants