Skip to content

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 3mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Added the new hybrid code search tool recall_code.

Full changelog

🧠 What's New in v0.3.1

🔍 New Tool: recall_code — Hybrid Code Search

A new best-quality code retrieval tool that combines three search channels via Reciprocal Rank Fusion (RRF):

| Channel | Weight | What it does |
|---------|--------|--------------|
| Vector (semantic) | 0.50 | Finds code by meaning, not just keywords |
| BM25 (keyword) | 0.20 | Exact identifier and term matching |
| Symbol Graph (PageRank) | 0.30 | Understands call/import/inheritance relationships |

Use recall_code as your default for any code search task — it's the code equivalent of recall for memories.

✨ Other Changes

  • README updated: Simplified local-only execution description (no API keys, no cloud)
  • Fixed all clippy warnings (clone_on_copy on Datetime)
  • Fixed pre-existing warning in create_relation
  • 27 tools now available (was 26)

Full Changelog: https://github.com/pomazanbohdan/memory-mcp-1file/compare/v0.3.0...v0.3.1

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track pomazanbohdan/memory-mcp-1file

Get notified when new releases ship.

Sign up free

About pomazanbohdan/memory-mcp-1file

A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.

All releases →

Beta — feedback welcome: [email protected]