mcp-memory-server

An MCP (Model Context Protocol) server that provides a memory storage service with tools to store, retrieve (semantic similarity), search by tags, and delete memories. It communicates via stdio (MCP over JSON-RPC transport). Storage backends include in-memory and ChromaDB; embedding models include a dummy generator and an ONNX Runtime-based embedding generator.

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Ai Ml mcp memory vector-database embeddings onnx rust stdio tooling
⚙ Agent Friendliness
60
/ 100
Can an agent use this?
🔒 Security
19
/ 100
Is it safe for agents?
⚡ Reliability
28
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
75
Documentation
70
Error Messages
0
Auth Simplicity
100
Rate Limits
5

🔒 Security

TLS Enforcement
0
Auth Strength
0
Scope Granularity
0
Dep. Hygiene
45
Secret Handling
60

Transport is stdio (no TLS applies). The README does not mention authentication/authorization or any access control. Configuration is via environment variables; no guidance is provided about secret management (though no secrets are explicitly required). Dependency hygiene and vulnerability posture cannot be assessed from the provided data.

⚡ Reliability

Uptime/SLA
0
Version Stability
40
Breaking Changes
40
Error Recovery
30
AF Security Reliability

Best When

Used as a local/controlled MCP stdio server where the client (e.g., an MCP-compatible desktop/editor integration) orchestrates tool calls for memory operations.

Avoid When

Avoid for internet-exposed or multi-tenant services unless you wrap it with a trusted gateway, because the README describes no authentication/authorization and shows tools that can store/retrieve/delete data.

Use Cases

  • Agent memory for conversational assistants (store and retrieve relevant past items)
  • Tag-based knowledge browsing (search memories by metadata/tags)
  • Semantic retrieval for RAG-style workflows using an MCP client
  • Local/dev prototyping of memory tooling without external auth

Not For

  • Multi-tenant production deployments needing strong authentication/authorization
  • Use cases requiring a REST/HTTP API or webhooks
  • Environments where running ONNX Runtime models is not acceptable
  • Systems that require documented pagination, rate limits, and robust API error contracts beyond MCP/tool calls

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

OAuth: No Scopes: No

No authentication/authorization is described. The server runs as an MCP stdio process; any access control would need to be enforced by the MCP client/gateway or at the process/network boundary.

Pricing

Free tier: No
Requires CC: No

No pricing model is provided in the supplied data.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • No documented auth: an agent/operator should assume the process has full access to the configured storage backend.
  • Embedding/Chroma configuration is environment-variable driven; incorrect model/storage settings may cause tool failures.
  • Pagination/limits are not described for retrieval/search results (agent may need to manage result sizes/behavior based on tool outputs).

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-memory-server.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered