coldstart
MCP serverDocs & knowledgeCodebase 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)
| Tool | What it does |
|---|---|
| find | Locate 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. |
| gs | Drill into a known file. Returns these sections as compact text: - Symbols — top-level + per-class methods (name, kind, line range, extends/implements). |
| kb_search | Search the repo's NOTEBOOK — durable notes past agents wrote after finishing tasks here (file purposes, cross-file flows, traps/lessons, established absences). |
| kb_lookup | Read everything the NOTEBOOK knows at ONE exact address — the file you are about to edit. |
| kb_write | Save 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_status | Notebook 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_repair | List 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_aliases | List 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