Hexalith.Memories.Mcp 2.20.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hexalith.Memories.Mcp --version 2.20.8
                    
NuGet\Install-Package Hexalith.Memories.Mcp -Version 2.20.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hexalith.Memories.Mcp" Version="2.20.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hexalith.Memories.Mcp" Version="2.20.8" />
                    
Directory.Packages.props
<PackageReference Include="Hexalith.Memories.Mcp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hexalith.Memories.Mcp --version 2.20.8
                    
#r "nuget: Hexalith.Memories.Mcp, 2.20.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Hexalith.Memories.Mcp@2.20.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hexalith.Memories.Mcp&version=2.20.8
                    
Install as a Cake Addin
#tool nuget:?package=Hexalith.Memories.Mcp&version=2.20.8
                    
Install as a Cake Tool

Hexalith.Memories.Mcp

MCP Server surface for Hexalith.Memories — exposes memory operations as typed Model Context Protocol tools so LLM agents (Claude Desktop, custom MCP clients, etc.) can search, ingest, traverse, and query case information programmatically.

The /mcp endpoint requires JWT bearer authentication. Configure Authentication:JwtBearer with OIDC Authority metadata in production; development and test hosts may use a symmetric SigningKey. Production startup validation rejects SigningKey and requires HTTPS metadata discovery for authority mode. Each tool also checks its tenantId argument against the token's normalized tenant claims before calling the Memories Server.

The server runs as its own ASP.NET Core / DAPR-sided service (app-id memories-mcp) and reaches the Memories Server exclusively via DAPR service invocation — no direct Redis, FalkorDB, or secret-store access.

See docs/dev/mcp-server.md in the Hexalith.Memories repository for the four registered tools, their parameter schemas, the DAPR-sidecar local-dev workflow, and the operator rollback procedure.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.26.0 0 9/5/2026
2.25.2 0 9/5/2026
2.25.1 0 9/5/2026
2.25.0 0 9/5/2026
2.24.1 0 9/5/2026
2.24.0 0 9/5/2026
2.23.1 0 9/5/2026
2.23.0 0 9/5/2026
2.22.1 84 8/30/2026
2.22.0 91 8/30/2026
2.21.3 106 8/15/2026
2.21.2 103 8/15/2026
2.21.1 94 8/14/2026
2.21.0 95 8/13/2026
2.20.12 94 8/13/2026
2.20.11 89 8/13/2026
2.20.10 96 8/13/2026
2.20.9 107 8/12/2026
2.20.8 101 8/11/2026
2.20.7 98 8/8/2026
Loading failed