coldstart

MCP serverDocs & knowledge

Codebase memory for AI agents: an AST index plus agent-written notes that self-stale.

This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.

Serve it through your gateway

One link, every agent. Your own credentials, stored once.

Tools it gives your agents (8)

ToolWhat it does
findLocate the files relevant to a task. Pass `query` = EVERY salient identifier from the task (symbol names, domain nouns, the rare token you half-remember) — not one distilled keyword.
gsDrill into a known file. Returns these sections as compact text: - Symbols — top-level + per-class methods (name, kind, line range, extends/implements).
kb_searchSearch the repo's NOTEBOOK — durable notes past agents wrote after finishing tasks here (file purposes, cross-file flows, traps/lessons, established absences).
kb_lookupRead everything the NOTEBOOK knows at ONE exact address — the file you are about to edit.
kb_writeSave or correct NOTEBOOK notes after finishing real work here — you have the files in context, so no future agent is better placed to record what you learned.
kb_statusNotebook overview: how many notes exist (by type: file/flow/lesson), how many are flagged stale (their anchored files drifted since verification), and how many are superseded/retracted.
kb_repairList the notebook notes that are WRITTEN BUT UNFINDABLE — missing the fields a note cannot be retrieved without (identityAliases, anchor symbols, a flow's verified paths).
kb_repair_aliasesList file/flow notes whose identityAliases may no longer describe them — a DIFFERENT problem from kb_repair: that one finds notes with NO aliases at all, this one is for aliases that exist but have...

Signals

GitHub stars
9
Forks
2
Last commit
Aug 2026
Tools captured
8