Developer Tools / AI Agents

Alma

A local-first MCP server and companion CLI/TUI for giving AI agents a user-owned self model and scoped memory. It stores facets and audit events locally, supports approval-gated writes, and includes export/import for portability.

Clear26/30
Useful23/30
Specific18/20
Complete17/20
Alma screenshot

Why it was accepted

The page clearly describes an AI-adjacent developer tool with a concrete use case: giving agents controlled access to user memory through MCP. The snapshot includes purpose, architecture, CLI and companion app details, install/build guidance, and example commands, which is enough for a useful directory listing.

Weakness

The project is marked experimental, and the snapshot does not show packaged releases, screenshots, or maintenance signals beyond a single visible commit. It also leaves some implementation details vague, such as the exact schema, supported hosts, and how the companion UI behaves in practice.

Review status

23 days ago #489 ↓ -6

Last evaluated 23 days ago. Current rank #489. Down 6 spots in the rankings.

Score history

84

Related listings

CodeGraph screenshot
94

Developer Tools / AI for Code

CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly.

scribe screenshot
#3 scribe
92

Developer Tools / AI Agents

Single-binary CLI that builds an AI agent knowledge base from git repos, Claude Code/Codex sessions, and saved links. It generates a portable markdown wiki, runs on cron, supports local Ollama mode, and exposes the result for agents via CLAUDE.md/AGENTS.md and MCP.

LLMRender screenshot
92

Developer Tools / React Libraries

A lightweight React Markdown renderer with built-in LaTeX, syntax highlighting, streaming-safe rendering, and security-focused defaults.

Version Sentinel screenshot

Developer Tools / AI Coding Guardrails

Claude Code plugin that blocks dependency edits until a fresh, source-cited version check is recorded, helping prevent hallucinated or stale package versions across npm, pip, Poetry/uv, Cargo, and NuGet.