Skip to content

Conversation

@javicasper
Copy link
Owner

Summary

  • Semantic search over CLAUDE.md, AGENTS.md, and SKILL.md files
  • Local embeddings with Transformers.js (all-MiniLM-L6-v2, 22MB)
  • SQLite storage with memory retention system (LRU + importance)
  • MCP Server for Claude Code integration
  • CLI commands: index, query, sync, memory, forget
  • CI/CD with GitHub Actions for automated npm releases

Install

claude mcp add memory-forge -- npx -y @memory-forge/embeddings

Test plan

  • 34 tests passing
  • Build compiles
  • MCP server starts correctly

🤖 Generated with Claude Code

javicasper and others added 2 commits January 28, 2026 17:01
- Semantic search over CLAUDE.md, AGENTS.md, and SKILL.md files
- Local embeddings with Transformers.js (all-MiniLM-L6-v2, 22MB)
- SQLite storage with memory retention system (LRU + importance)
- MCP Server for Claude Code integration
- CLI commands: index, query, sync, memory, forget
- 34 tests with Vitest
- CI/CD with GitHub Actions for automated npm releases

Install with:
  claude mcp add memory-forge -- npx -y @memory-forge/embeddings

Co-Authored-By: Claude <noreply@anthropic.com>
@javicasper javicasper merged commit 4dc072f into master Jan 28, 2026
2 checks passed
@javicasper javicasper deleted the explore/embeddings-knowledge-base branch January 28, 2026 16:05
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