Polished and well engineered. Punching above its star count.
Open-source cross-agent memory layer for coding agents via MCP. Compatible with Cursor, Claude Code, Codex, Windsurf, Gemini CLI, GitHub Copilot, Kiro, OpenCode, Antigravity, and Trae.
Documentation
84
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
85
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Lockfile present (bun.lock). Installs are reproducible.
Test files detected (packages/agent-core/test).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (lint script in package.json).
Project health
100
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 39Forks
- 11Releaseslatest 1mo ago
Community
- —Community health
- —authors own >50% of commits
- 514Watchers
Responsiveness
- 6hMedian issue response
- <1hMedian PR merge time
- 6Open issues
Repository files46 root entries
- .codegraphGood: .gitignore present.
- .githubGood: CI is configured (.github/workflows/ci.yml).
- .opencode
- .trae
- .windsurf
- articles
- assets
- docs
- examples
- packagesGood: Test files detected (packages/agent-core/test).Good: Security policy present.
- plugins
- scripts
- src
- stubs
- tests
- vendor
- .dockerignore
- .env.example
- .gitattributes
- .gitignore
- .gitmodules
- .npmignore
- bun.lockGood: Lockfile present (bun.lock). Installs are reproducible.
- CHANGELOG.md
- CLAUDE.md
- compose.yaml
- DockerfileGood: Environment pinned via Dockerfile.
- e2e_bench.mjs
- e2e_concurrency.mjs
- e2e_production_audit.mjs
- e2e_test.mjs
- GEMINI.md
- LICENSEGood: Licensed under Apache-2.0.
- llms-full.txt
- llms.txt
- memorix.example.yml
- package-lock.json
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.zh-CN.md
- TEAM.md
- test-smoke.txt
- tsconfig.base.json
- tsconfig.json
- tsup.config.ts
- vitest.config.ts