AgentDish directory
sqlite
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#10
↓ -3
ModelGate OSS
Open-source LLM gateway that adds cost visibility, request tracing, repeated-call detection, and basic prompt-injection heuristics for OpenAI and Anthropic traffic. |
Developer Tools / AI SDK / Gateway | 91 | ↓ -3 | just now | Details |
|
#32
↓ -2
mcp-memory
An MCP server for AI agents that stores persistent long-term memory in OKF format and searches it with SQLite FTS5. |
Developer Tools / MCP Servers | 90 | ↓ -2 | 18 days ago | Details |
|
#74
↓ -1
Adam
An embeddable AI agent library written in C with tool calling, memory, sessions, voice, streaming, structured output, and support for both cloud and local models. |
Developer Tools / AI Agent Framework | 90 | ↓ -1 | 117 days ago | Details |
|
#91
→ 0
Engrava
A local SQLite-based memory database for AI agents with graph memory, hybrid search, and a tamper-evident thought/edge journal. |
Developer Tools / AI Memory & Knowledge Base | 89 | → 0 | 12 days ago | Details |
|
#111
→ 0
Veracium
A provenance-aware memory layer for AI agents that stores user facts, interaction history, and third-party claims with source tracking and quarantine rules. |
Developer Tools / AI Memory / Agent Infrastructure | 89 | → 0 | 39 days ago | Details |
|
#123
→ 0
Looma
Looma is a local-first Python CLI that turns coding-agent history into resumable project context. It reconstructs work items, decisions, blockers, linked commits, and next steps from Claude Code, Codex, and Cursor sessions, with optional local LLM extraction and no cloud or API keys. |
Developer Tools / AI Agent Workflow | 89 | → 0 | 52 days ago | Details |
|
#206
↓ -3
smol-llm-proxy
A lightweight API key proxy for self-hosted llama.cpp servers with per-user token usage tracking, rate limiting, and multi-server routing. |
Developer Tools / AI Proxy / LLM Gateway | 88 | ↓ -3 | 31 days ago | Details |
|
#251
↓ -3
Monlite
A local-first backend for AI agents that bundles documents, vector search, cache, queues, and cron jobs into one SQLite file, with optional Postgres support. |
Developer Tools / Databases & Storage | 88 | ↓ -3 | 61 days ago | Details |
|
#273
↓ -3
Gorchestra
A Go-based local orchestration platform for AI coding agents, with live event streaming, session replay, and durable execution history. |
Developer Tools / AI Coding Agents | 88 | ↓ -3 | 74 days ago | Details |
|
#286
↓ -3
Mnemo
Local-first AI memory layer for LLM apps with persistent knowledge graph storage, entity extraction, semantic retrieval, and API endpoints for ingesting and retrieving context. |
Developer Tools / Code Assistant | 88 | ↓ -3 | 88 days ago | Details |
|
#305
↓ -3
Selvedge
A local MCP server for AI coding agents that records why code changes were made and stores that history in SQLite next to the project. |
Developer Tools / Code Assistant | 88 | ↓ -3 | 115 days ago | Details |
|
#377
↓ -4
PMB
Local-first persistent memory for AI coding agents over MCP. PMB stores decisions, lessons, project facts, and searchable context in a single SQLite file and exposes it through a CLI and dashboard. |
Developer Tools / AI Agent Tools | 87 | ↓ -4 | 70 days ago | Details |
|
#388
↓ -4
Claumon
A cross-platform Claude Code dashboard for tracking usage limits, token spend, and session forecasts in a single binary with no config. |
Developer Tools / AI Development Tools | 87 | ↓ -4 | 86 days ago | Details |
|
#398
↓ -4
My_Dash
A local, read-only observability dashboard for Claude Code with live event streams, session Kanban, token and cost charts, a 3D tool-call graph, and plugin-based widgets. |
Developer Tools / AI Observability | 87 | ↓ -4 | 98 days ago | Details |
|
#409
↓ -4
SQLite-Columnar
A loadable SQLite extension that adds column-oriented storage and analytics for fast local OLAP-style queries, with benchmark data and build instructions. |
Developer Tools / Databases & Storage | 87 | ↓ -4 | 110 days ago | Details |
|
#417
↑ +2
XYZZY
Self-hosted multiplayer AI workspace in Python for team-based agent collaboration, with governed actions, real-time shared rooms, and a tamper-evident audit log. |
AI Developer Tool / Multi-Agent Orchestration | 86 | ↑ +2 | just now | Details |
|
#665
↓ -3
Fractal
Fractal is a developer tool for running hierarchical agent loops that break complex work into sub-tasks, spin up child nodes in git worktrees, and track state locally in SQLite with a terminal UI. |
Developer Tools / AI Agents | 85 | ↓ -3 | 40 days ago | Details |
|
#691
↓ -3
open-geo
open-geo is a GEO visibility tracker for AI answers. It runs queries in a logged-in browser, records whether a brand appears in sources, citations, or answer text, and outputs a FastAPI/React dashboard plus PDF reports. |
Developer Tools / AI Tooling | 85 | ↓ -3 | 69 days ago | Details |
|
A local-first Windows tool for indexing, searching, and loading large agent skill libraries without keeping full skill bodies in context. It supports SQLite FTS5 search, multiple ranking modes, CLI use, HTTP, and MCP stdio. |
Developer Tools / Agent Infrastructure | 84 | ↓ -6 | 36 days ago | Details |
|
#891
↓ -6
Orchid
Local-first record, inspect, and replay tool for debugging AI agents. Orchid captures LLM calls and tool traffic through a proxy, exposes traces in a web UI and MCP tools, and supports offline replay for deterministic testing. |
Developer Tools / AI Debugging | 84 | ↓ -6 | 68 days ago | Details |
|
#902
↓ -6
Rudi
Rudi is a Python tool for LLM memory management that replaces a growing chat transcript with a causal dependency graph, aiming to keep token usage flat across long sessions. The README shows benchmarking results, fold behavior, and example usage with get_slice, store_decisions, and run_turn. |
Developer Tools / AI Memory / Context Management | 84 | ↓ -6 | 73 days ago | Details |
|
#927
↓ -6
sAIdecar
A lightweight terminal AI sidecar for Zellij that keeps quick questions separate from your main agent session, with local JSONL logging, SQLite search, and multiple LLM provider options. |
Developer Tools / CLI | 84 | ↓ -6 | 87 days ago | Details |
|
#1007
↑ +321
Building a SQL Analyst Agent
A tutorial and live demo showing how to build an AI SQL analyst agent that inspects schema, writes queries, runs them, and explains results using Node.js, OpenAI, Vercel AI SDK, and SQLite. |
Data / SQL | 84 | ↑ +321 | 118 days ago | Details |
|
#1022
↓ -3
call me vera
Shared, append-only memory for AI coding agents. Vera lets Claude, local models, and Codex read and write the same numbered memory log so projects can continue across sessions. |
Developer Tools / Code Assistant | 83 | ↓ -3 | 4 days ago | Details |