Impressive early momentum. Already polished and picking up traction fast.
The best-benchmarked open-source memory system for AI coding assistants
Documentation
100
README is present.
README documents how to install the project.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
86
No linter or formatter configured.
→ Add [tool.ruff] to pyproject.toml. Ruff handles linting and formatting in one tool and replaces flake8, isort, and black.
Lockfile present (mcp-wrapper/package-lock.json). Installs are reproducible.
Test files detected (mcp-wrapper/test).
CI is configured (.github/workflows/ci.yml).
Issue or PR templates present.
Project health
96
Dependency manifest found (pyproject.toml).
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)
- 41Forks
- 20Releaseslatest 18d ago
Community
- —Community health
- —authors own >50% of commits
- 295Watchers
Responsiveness
- 1d 18hMedian issue response
- 16hMedian PR merge time
- 2Open issues
Repository files24 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- bench
- docs
- mcp-wrapperGood: Test files detected (mcp-wrapper/test).Good: Lockfile present (mcp-wrapper/package-lock.json). Installs are reproducible.
- rust
- scripts
- src
- tests
- .env.example
- .gitignoreGood: .gitignore present.
- BENCHMARKS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- glama.json
- LICENSEGood: Licensed under MIT.
- logo.png
- MANIFEST.in
- NOTICE.md
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README_zh-CN.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.md
- SECURITY.mdGood: Security policy present.
- setup.py