chriskd/memex-kb

15 stars · Last commit 2026-04-15

Searchable Markdown KB built for AI workflows. Hybrid search, typed relations, wiki links, graph views. Token-efficient CLI for agents, static publishing for humans.

README preview

![Memex](https://raw.githubusercontent.com/chriskd/memex-kb/main/social-banner.png)

# Memex

CLI-first knowledge base for Markdown + YAML frontmatter across project and user scopes, with static publishing and agent-focused workflows.

## Start Here

- `kb/guides/index.md` (published docs landing page)
- `kb/guides/quick-start.md` (KB quick start)
- `kb/guides/ai-integration.md` (Claude Code, Codex, and skill-aware harnesses)
- `kb/reference/cli.md` (full command reference)

## Install

```bash
# Recommended
uv tool install memex-kb

# Optional semantic search deps

View full repository on GitHub →